class documentation
class GzipDecoder(proxyForInterface(
Constructor: GzipDecoder(response)
A wrapper for a Response
instance which handles gzip'ed body.
Present Since | |
11.1 |
Method | __init__ |
Undocumented |
Method | deliver |
Override deliverBody to wrap the given protocol with _GzipProtocol . |
Instance Variable | length |
Undocumented |
Instance Variable | original |
The original Response object. |