Expand description
Compression-related code.
Modules§
- body
- HTTP body-wrappers that perform request compression
- http
- Checksum support for HTTP requests and responses.
Structs§
- Compression
Options - Options for configuring request compression.
Enums§
- Compression
Algorithm - An enum encompassing all supported compression algorithms.
Constants§
- GZIP_
NAME - The name of the
gzip
algorithm.
Traits§
- Compress
- Types implementing this trait can compress data.