Microsoft.AspNetCore.Http
1.0.0
ASP.NET Core default HTTP feature implementations.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNetCore.Http -Version 1.0.0
dotnet add package Microsoft.AspNetCore.Http --version 1.0.0
<PackageReference Include="Microsoft.AspNetCore.Http" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Http --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Http, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNetCore.Http as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Http&version=1.0.0
// Install Microsoft.AspNetCore.Http as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Http&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.WebUtilities (>= 1.0.0)
- Microsoft.Extensions.ObjectPool (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Net.Http.Headers (>= 1.0.0)
- System.Buffers (>= 4.0.0)
-
.NETStandard 1.3
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.WebUtilities (>= 1.0.0)
- Microsoft.Extensions.ObjectPool (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Net.Http.Headers (>= 1.0.0)
- System.Buffers (>= 4.0.0)
- System.Threading (>= 4.0.11)
Used By
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Http:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.HttpsPolicy
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
This package was built from the source code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
|
|
|
Microsoft.AspNetCore.Authentication.Core
ASP.NET Core common types used by the various authentication middleware components.
This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
|
|
|
Microsoft.AspNetCore.Authentication
ASP.NET Core common types used by the various authentication middleware components.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Owin
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
|
|
|
Microsoft.AspNetCore.Server.IISIntegration
ASP.NET Core components for working with the IIS AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
|