pingora_core::protocols::http

Module 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.

Enums§

Constants§

Traits§

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