Constant CONTENT_ENCODING_GZIP

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

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