pub fn find_encodings(headers: &HeaderMap) -> Vec<Encoding> 
Expand description

Return a list of supported encodings from the headers Transfer-Encoding and Content-Encoding. The Chunked encoding will be the first value if found. At most one compression encoding will be the last value if found.