Function uhttp_transfer_encoding::transfer_encodings [] [src]

pub fn transfer_encodings<'a>(
    s: &'a str
) -> impl Iterator<Item = TransferEncoding<'a>>

Create an iterator over transfer encoding layers from the given string in the form used by the Transfer-Encoding header field.

Encodings are yielded in the order they must be decoded, with the outermost layer yielded first and the innermost layer yielded last.