Constant CONTENT_ENCODING_DEFLATE

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

The value for the Content-Encoding header indicating deflate compression. The response body is compressed using the Deflate algorithm.