Info
Version: | 3.0.2 |
Author(s): | Alessio Franceschelli |
Last Update: | Sunday, October 27, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alefranz/HeaderPropagation |
NuGet Url: | https://www.nuget.org/packages/HeaderPropagation |
Install
Install-Package HeaderPropagation
dotnet add package HeaderPropagation
paket add HeaderPropagation
HeaderPropagation Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- Microsoft.Extensions.Http(>= 2.1.1)
Tags
This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project.
All code is licensed under the Apache License, Version 2.0 and copyrighted by the .NET Foundation.
If you are using ASP.NET Core 3.0, please use the official package Microsoft.AspNetCore.HeaderPropagation.