class documentation

class MultiDecoder(object): (source)

View In Hierarchy

From RFC7231: If one or more encodings have been applied to a representation, the sender that applied the encodings MUST generate a Content-Encoding header field that lists the content codings in the order in which they were applied.

Method __init__ Undocumented
Method decompress Undocumented
Method flush Undocumented
Instance Variable _decoders Undocumented
def __init__(self, modes): (source)

Undocumented

def decompress(self, data): (source)

Undocumented

def flush(self): (source)

Undocumented

_decoders = (source)

Undocumented