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