Microsoft.Net.Http.Headers
1.0.0
See the version list below for details.
Install-Package Microsoft.Net.Http.Headers -Version 1.0.0
dotnet add package Microsoft.Net.Http.Headers --version 1.0.0
<PackageReference Include="Microsoft.Net.Http.Headers" Version="1.0.0" />
paket add Microsoft.Net.Http.Headers --version 1.0.0
#r "nuget: Microsoft.Net.Http.Headers, 1.0.0"
// Install Microsoft.Net.Http.Headers as a Cake Addin
#addin nuget:?package=Microsoft.Net.Http.Headers&version=1.0.0
// Install Microsoft.Net.Http.Headers as a Cake Tool
#tool nuget:?package=Microsoft.Net.Http.Headers&version=1.0.0
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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net45 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 |
| Windows Phone | wpa81 |
| Windows Store | netcore netcore45 netcore451 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.1
- System.Buffers (>= 4.0.0)
- System.Collections (>= 4.0.11)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.Linq (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime.Extensions (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
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 |