pub fn decode_stream<S>(s: S, enc: Encoding) -> ByteStreamExpand description
Wrap a content-encoded byte stream so it yields the DECODED plaintext bytes.
Identity/Unknown pass through unchanged (the caller decides not to repair
an Unknown-coded body).