ZNetCS.AspNetCore.Compression
2.2.0
A small package to allow decompress incoming request and compress outgoing response inside ASP.NET Core application.
Install-Package ZNetCS.AspNetCore.Compression -Version 2.2.0
dotnet add package ZNetCS.AspNetCore.Compression --version 2.2.0
<PackageReference Include="ZNetCS.AspNetCore.Compression" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZNetCS.AspNetCore.Compression --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Dependency cleanup and Brotli compressor/decompressor for .NET Core 3.
Dependencies
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Microsoft.Extensions.Options (>= 2.2.0)
- Microsoft.Net.Http.Headers (>= 2.2.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Microsoft.Extensions.Options (>= 2.2.0)
- Microsoft.Net.Http.Headers (>= 2.2.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.