ZNetCS.AspNetCore.Compression
1.0.4
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.4
dotnet add package ZNetCS.AspNetCore.Compression --version 1.0.4
<PackageReference Include="ZNetCS.AspNetCore.Compression" Version="1.0.4" />
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.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ZNetCS.AspNetCore.Compression, 1.0.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
prevent copying empty body to avoid Kestrel 204 No Content error
Dependencies
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 1.1.0)
- Microsoft.Extensions.Options (>= 1.1.0)
- Microsoft.Net.Http.Headers (>= 1.1.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.IO.Compression (>= 4.0.0)
-
.NETStandard 1.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 1.1.0)
- Microsoft.Extensions.Options (>= 1.1.0)
- Microsoft.Net.Http.Headers (>= 1.1.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.