Module pingora_core::protocols::http::compression

source ·
Expand description

HTTP response (de)compression libraries

Brotli and Gzip and partially supported.

Structs§

  • The response compression object. Currently support gzip compression and brotli decompression.

Constants§

Traits§

  • The trait for both compress and decompress because the interface and syntax are the same: encode some bytes to other bytes