AspNetCoreCompression is an ASP.NET Core compression solution designed to GZip the http responses for all requests which accept GZip encoding.
Info
| Version: | 1.0.1 |
| Author(s): | Darryn Patterson |
| Last Update: | Wednesday, March 15, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/DarrynPatterson/AspNetCoreCompression |
| NuGet Url: | https://www.nuget.org/packages/AspNetCoreCompression |
Install
Install-Package AspNetCoreCompression
dotnet add package AspNetCoreCompression
paket add AspNetCoreCompression
AspNetCoreCompression Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.0)
- Microsoft.NETCore.App(>= 1.1.0)
Tags