ASP.NET Core GZipCompression Middleware compresses the body of requests in GZIP format if the request accept.
Info
| Version: | 1.0.0 |
| Author(s): | msmaldi |
| Last Update: | Tuesday, October 11, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/msmaldi/GZipCompressionMiddleware |
| NuGet Url: | https://www.nuget.org/packages/Msmaldi.AspNetCore.GZipCompression |
Install
Install-Package Msmaldi.AspNetCore.GZipCompression
dotnet add package Msmaldi.AspNetCore.GZipCompression
paket add Msmaldi.AspNetCore.GZipCompression
Msmaldi.AspNetCore.GZipCompression Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.0.0)
Tags