Microsoft.AspNetCore.Http.Abstractions
1.0.0
See the version list below for details.
Install-Package Microsoft.AspNetCore.Http.Abstractions -Version 1.0.0
dotnet add package Microsoft.AspNetCore.Http.Abstractions --version 1.0.0
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.0.0" />
paket add Microsoft.AspNetCore.Http.Abstractions --version 1.0.0
#r "nuget: Microsoft.AspNetCore.Http.Abstractions, 1.0.0"
// Install Microsoft.AspNetCore.Http.Abstractions as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Http.Abstractions&version=1.0.0
// Install Microsoft.AspNetCore.Http.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Http.Abstractions&version=1.0.0
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.
Commonly used types:
Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
| 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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen30 tizen40 tizen60 |
| Universal Windows Platform | uap uap10.0 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Http.Features (>= 1.0.0)
- System.Text.Encodings.Web (>= 4.0.0)
-
.NETStandard 1.3
- Microsoft.AspNetCore.Http.Features (>= 1.0.0)
- System.Globalization.Extensions (>= 4.0.1)
- System.Linq.Expressions (>= 4.1.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Text.Encodings.Web (>= 4.0.0)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Http.Abstractions:
| Package | Downloads |
|---|---|
|
Microsoft.VisualStudio.Web.BrowserLink.Loader
A middleware that supports creating a communication channel between the development environment and one or more web browsers. |
|
|
Microsoft.VisualStudio.Web.BrowserLink
A middleware that supports creating a communication channel between the development environment and one or more web browsers. This package was built from the source code at https://github.com/aspnet/BrowserLink/tree/8cd3e0844d74975060a2bb1abb1e0a5ff943ce45 |
|
|
Microsoft.AspNetCore.Antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks. This package was built from the source code at https://github.com/aspnet/Antiforgery/tree/9e5146cff912ebbd003d597eb055144e740759fa |
|
|
Microsoft.AspNetCore.Routing.Abstractions
ASP.NET Core abstractions for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.IRouter Microsoft.AspNetCore.Routing.RouteData This package was built from the source code at https://github.com/aspnet/Routing/tree/3d828221a19d91907c52c2f40928b019bee1ef92 |
|
|
Microsoft.AspNetCore.Http.Extensions
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489 |