class documentation

class ContentDecoder:

Known subclasses: httpx._decoders.BrotliDecoder, httpx._decoders.DeflateDecoder, httpx._decoders.GZipDecoder, httpx._decoders.IdentityDecoder, httpx._decoders.MultiDecoder

View In Hierarchy

Undocumented

Method decode Undocumented
Method flush Undocumented
def decode(self, data):