pub fn get_prefered_encoding(
    headers: &HeaderMap<HeaderValue>
) -> Option<ContentCoding>
Expand description

Try to get the prefered content-encoding via the accept-encoding header.