class documentation

class GzipDecoder(proxyForInterface(IResponse)): (source)

View In Hierarchy

A wrapper for a Response instance which handles gzip'ed body.
Present Since
11.1
Method __init__ Undocumented
Method deliverBody Override deliverBody to wrap the given protocol with _GzipProtocol.
Instance Variable length Undocumented
Instance Variable original The original Response object.
def __init__(self, response): (source)

Undocumented

def deliverBody(self, protocol): (source)
Override deliverBody to wrap the given protocol with _GzipProtocol.
length = (source)

Undocumented

original = (source)
The original Response object.