Microsoft.AspNetCore.Http
2.0.0
See the version list below for details.
Install-Package Microsoft.AspNetCore.Http -Version 2.0.0
dotnet add package Microsoft.AspNetCore.Http --version 2.0.0
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.0.0" />
paket add Microsoft.AspNetCore.Http --version 2.0.0
#r "nuget: Microsoft.AspNetCore.Http, 2.0.0"
// Install Microsoft.AspNetCore.Http as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Http&version=2.0.0
// Install Microsoft.AspNetCore.Http as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Http&version=2.0.0
ASP.NET Core default HTTP feature implementations.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard2.0 netstandard2.1 |
| .NET Framework | net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.WebUtilities (>= 2.0.0)
- Microsoft.Extensions.ObjectPool (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
- Microsoft.Net.Http.Headers (>= 2.0.0)
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 |