class documentation

class GzipEncoderFactory: (source)

Implements interfaces: twisted.web.iweb._IRequestEncoderFactory

View In Hierarchy

Present Since
12.3
Method encoder​For​Request Check the headers if the client accepts gzip encoding, and encodes the request if so.
Class Variable compress​Level The compression level used by the compressor, default to 9 (highest).
Class Variable _gzip​Check​Regex Undocumented
def encoderForRequest(self, request): (source)
Check the headers if the client accepts gzip encoding, and encodes the request if so.
compressLevel: int = (source)
The compression level used by the compressor, default to 9 (highest).
_gzipCheckRegex = (source)

Undocumented