Top 20 NuGet headers Packages

Asp.Net Core and HttpClient middleware to pass through inbound request headers to downstream services
Asp.Net Core middleware to wrap every request in a HttpClientMiddleware pipeline.
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy.
Library to using ws security headers in dotnet core.
This package will reduce the server information that is disclosed to your visitors. It removes the following http headers: "Server" "X-AspNet-Version" "X-AspNetMvc-Version" "X-Powered-By" It is compatible with async operations in MVC and WebAPI as it does not rely on t...
Owin Middleware to set an x-made-with header to <3
Simple to use library for returning custom / vendor media type headers when using Web API. Register types explicitly or by convention with overrides, excludes and required custom interface options. eg. application/vnd.yoursite.customer-v1+json
Add security and custom headers
A Free .NET Library to assist with writing a HTML Security Headers.
Contains a set of tools for parsing HTTP headers.
Adds an x-made-with header set to the value of <3, or a custom ingredient of your choice.
WFC behavior to log soap messages and headers with log4net only by configuration. No need to change you code. The logging will be done at info level. The package will add the behavior extention to your canfig, to use it on endpoint add: behaviorConfiguration="log4NetBehavior"
boost
sswitch for C++, Single Value Multiple Compare for C++
ASP.NET Core basic middleware for supporting HTTP method overrides. support PathBase Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.
Security Headers Samples - for ASP.Net Core. Several samples of CspFrames to target resource sources.
Build up Security Headers in a (semi) modular way. To use in an ASP.Net Core web project. In startup.cs - add the following private members to the startup class private SecurityHeaders _securityHeaders { get; set; } private List<CspFrame> _cspFrames { get; set; } And the following t...