Microsoft.Net.Http.Headers
2.0.2
See the version list below for details.
Install-Package Microsoft.Net.Http.Headers -Version 2.0.2
dotnet add package Microsoft.Net.Http.Headers --version 2.0.2
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.0.2" />
paket add Microsoft.Net.Http.Headers --version 2.0.2
#r "nuget: Microsoft.Net.Http.Headers, 2.0.2"
// Install Microsoft.Net.Http.Headers as a Cake Addin
#addin nuget:?package=Microsoft.Net.Http.Headers&version=2.0.2
// Install Microsoft.Net.Http.Headers as a Cake Tool
#tool nuget:?package=Microsoft.Net.Http.Headers&version=2.0.2
HTTP header parser 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.Extensions.Primitives (>= 2.0.0)
- System.Buffers (>= 4.4.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Microsoft.Net.Http.Headers:
| Package | Downloads |
|---|---|
|
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 |
|
|
Microsoft.AspNetCore.Http
ASP.NET Core default HTTP feature implementations. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489 |
|
|
Microsoft.AspNetCore.Server.HttpSys
ASP.NET Core HTTP server that uses the Windows HTTP Server API. This package was built from the source code at https://github.com/aspnet/HttpSysServer/tree/3e08bf8833827737a5bd1b64210c7a5e8e2941ec |
|
|
Microsoft.AspNetCore.Diagnostics.HealthChecks
ASP.NET Core middleware for returning the results of Health Checks in the application This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa |
|
|
Microsoft.AspNetCore.Mvc.Abstractions
ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more. Commonly used types: Microsoft.AspNetCore.Mvc.IActionResult This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |