GenHTTP.Modules.Compression 11.0.0-preview.7

This is a prerelease version of GenHTTP.Modules.Compression.
dotnet add package GenHTTP.Modules.Compression --version 11.0.0-preview.7
                    
NuGet\Install-Package GenHTTP.Modules.Compression -Version 11.0.0-preview.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GenHTTP.Modules.Compression" Version="11.0.0-preview.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenHTTP.Modules.Compression" Version="11.0.0-preview.7" />
                    
Directory.Packages.props
<PackageReference Include="GenHTTP.Modules.Compression" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GenHTTP.Modules.Compression --version 11.0.0-preview.7
                    
#r "nuget: GenHTTP.Modules.Compression, 11.0.0-preview.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GenHTTP.Modules.Compression@11.0.0-preview.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GenHTTP.Modules.Compression&version=11.0.0-preview.7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GenHTTP.Modules.Compression&version=11.0.0-preview.7&prerelease
                    
Install as a Cake Tool

GenHTTP.Modules.Compression

This package provides a concern that will compress generated content based on the algorithms supported by the client.

By default, br, gzip and zstd algorithms are supported. The server will select the best algorithm based on the Accept-Encoding header sent by the client.

The concern will analyze the Content-Type of the response to determine, whether the content should be compressed (as there are file types that are already compressed).

For more details, please refer to the documentation.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on GenHTTP.Modules.Compression:

Package Downloads
GenHTTP.Modules.Practices

Best practices to configure a GenHTTP webserver instance for production

GenHTTP.Adapters.AspNetCore

Adapter to run GenHTTP handlers within an ASP.NET Core app.

Unhinged.GenHttp.Experimental

https://github.com/MDA2AV/Unhinged-GenHttp-Adapter

GenHTTP.Adapters.WiredIO

Adapter to run GenHTTP handlers within an Wired.IO app.

GenHTTP.Playground

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0-preview.7 36 5/19/2026
10.5.3 166 5/2/2026
10.5.2 366 4/30/2026
10.5.1 233 4/27/2026
10.5.0 2,203 2/17/2026
10.4.2 484 2/4/2026
10.4.1 248 2/2/2026
10.4.0 4,405 12/30/2025
10.3.0 3,727 12/19/2025
10.2.0 936 12/11/2025
10.1.2 583 12/10/2025
10.1.1 844 11/28/2025
10.1.0 1,304 11/20/2025
10.0.0 1,871 11/11/2025
9.8.0 2,039 7/9/2025
9.7.0 1,665 2/27/2025
9.6.2 2,238 1/31/2025
9.6.0 797 1/22/2025
9.5.0 406 1/10/2025
9.4.0 533 12/20/2024
Loading failed