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.
#r "nuget: ZNetCS.AspNetCore.Compression, 2.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZNetCS.AspNetCore.Compression as a Cake Addin
#addin nuget:?package=ZNetCS.AspNetCore.Compression&version=2.2.0
// Install ZNetCS.AspNetCore.Compression as a Cake Tool
#tool nuget:?package=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.