Microsoft.AspNetCore.Http.Abstractions
2.3.13
Prefix Reserved
dotnet add package Microsoft.AspNetCore.Http.Abstractions --version 2.3.13
NuGet\Install-Package Microsoft.AspNetCore.Http.Abstractions -Version 2.3.13
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.13" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.13" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" />
paket add Microsoft.AspNetCore.Http.Abstractions --version 2.3.13
#r "nuget: Microsoft.AspNetCore.Http.Abstractions, 2.3.13"
#:package Microsoft.AspNetCore.Http.Abstractions@2.3.13
#addin nuget:?package=Microsoft.AspNetCore.Http.Abstractions&version=2.3.13
#tool nuget:?package=Microsoft.AspNetCore.Http.Abstractions&version=2.3.13
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 Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Features (>= 2.3.12)
- System.Text.Encodings.Web (>= 8.0.0)
NuGet packages (5.5K)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Http.Abstractions:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Http
ASP.NET Core default HTTP feature implementations. |
|
|
Microsoft.AspNetCore.Hosting.Abstractions
ASP.NET Core hosting and startup abstractions for web applications. |
|
|
Microsoft.AspNetCore.Http.Extensions
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state. |
|
|
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 |
|
|
Microsoft.AspNetCore.Authentication.Abstractions
ASP.NET Core common types used by the various authentication components. |
GitHub repositories (227)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Http.Abstractions:
| Repository | Stars |
|---|---|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
|
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 10.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|