Expand description
HTTP response (de)compression libraries
Brotli and Gzip and partially supported.
Structs§
- Response
Compression Ctx - The response compression object. Currently support gzip compression and brotli decompression.
Enums§
Constants§
- COMPRESSION_
ERROR - The type of error to return when (de)compression fails
Traits§
- Encode
- The trait for both compress and decompress because the interface and syntax are the same: encode some bytes to other bytes