[][src]Function body_image_futio::find_encodings

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

Return a list of relevant 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.