Crate http_compress

Source
Expand description

http-compress

A high-performance async library for HTTP compression/decompression, supporting Brotli, Deflate, and Gzip algorithms. Provides both compression and decompression capabilities with optimized memory usage, ideal for HTTP clients/servers and network programming.

Structs§

XxHash3_64
Calculates the 64-bit hash.

Enums§

Compress
Represents different compression algorithms supported by the library.