Constant CONTENT_ENCODING_BROTLI

Source
pub const CONTENT_ENCODING_BROTLI: &'static str;
Expand description

The value for the Content-Encoding header indicating Brotli compression. The response body is compressed using the Brotli algorithm, a more modern compression algorithm.