Microsoft.Net.Http.Headers
1.0.0
HTTP header parser implementations.
There is a newer version of this package available.
See the version list below for details.
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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Net.Http.Headers --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Net.Http.Headers, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.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)
Used By
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
|