class GzipEncoderFactory: (source)
Implements interfaces: twisted.web.iweb._IRequestEncoderFactory
| Present Since | |
| 12.3 |
| Method | encoderForRequest |
Check the headers if the client accepts gzip encoding, and encodes the request if so. |
| Class Variable | compressLevel |
The compression level used by the compressor, default to 9 (highest). |
| Class Variable | _gzipCheckRegex |
Undocumented |