class documentation
class _GzipEncoder: (source)
Constructor: _GzipEncoder(compressLevel, request)
Implements interfaces: twisted.web.iweb._IRequestEncoder
An encoder which supports gzip.
Present Since | |
12.3 |
Method | __init__ |
Undocumented |
Method | encode |
Write to the request, automatically compressing data on the fly. |
Method | finish |
Finish handling the request request, flushing any data from the zlib buffer. |
Instance Variable | _request |
A reference to the originating request. |
Instance Variable | _zlib |
The zlib compressor instance used to compress the stream. |