ZNetCS.AspNetCore.Compression
1.0.3
A small package to allow decompress incoming request and compress outgoing response inside ASP.NET Core application.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package ZNetCS.AspNetCore.Compression -Version 1.0.3
dotnet add package ZNetCS.AspNetCore.Compression --version 1.0.3
<PackageReference Include="ZNetCS.AspNetCore.Compression" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZNetCS.AspNetCore.Compression --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ZNetCS.AspNetCore.Compression, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Make sure to restore body stream in case on exception
Reduce log level to debug
Dependencies
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Net.Http.Headers (>= 1.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.IO.Compression (>= 4.0.0)
-
.NETStandard 1.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Net.Http.Headers (>= 1.0.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.