The EnvironmentHeaders middleware is a small ASP.NET Core middleware package that adds a few response headers to every request to aid in troubleshooting.
To use this package, simply add Libexec.AspnetCore.EnvironmentHeaders
to your project then call AddEnvironmentHeaders()
and UseEnvironmentHeaders()
during initialization.
It is recommended you do not include this middleware in production.
Released under the MIT License.