Function body_image_futio::find_encodings[][src]

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

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.