pub fn parse_content_encoding( headers: &HeaderMap, ) -> Result<Option<&str>, Error>
Parse content encoding from header map.