https://github.com/alexanderkozlenko/http-request-compression
An HTTP client message handler for transparent request compression
https://github.com/alexanderkozlenko/http-request-compression
brotli compression deflate gzip http request rfc-9110
Last synced: 3 months ago
JSON representation
An HTTP client message handler for transparent request compression
- Host: GitHub
- URL: https://github.com/alexanderkozlenko/http-request-compression
- Owner: alexanderkozlenko
- License: mit
- Created: 2022-01-29T15:15:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T18:05:01.000Z (4 months ago)
- Last Synced: 2025-06-27T15:06:40.247Z (3 months ago)
- Topics: brotli, compression, deflate, gzip, http, request, rfc-9110
- Language: C#
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## About
An HTTP client message handler for transparent request compression.
## Key Features
- Provides simple and configurable integration with the standard dependency injection container.
- Includes built-in support for client-initiated content encoding discovery.
- Compatible with ASP.NET Core Blazor WebAssembly (WASM) and ahead-of-time (AOT) compilation.## Packages Status
[](https://www.nuget.org/packages/Anemonis.Extensions.RequestCompression)
[](https://www.nuget.org/packages/Anemonis.Extensions.RequestCompression/absoluteLatest)## Documentation
- [HTTP request compression - API documentation](./DOCUMENTATION.md)
- [RFC 9110 - HTTP Semantics](https://datatracker.ietf.org/doc/html/rfc9110)