Public Member Functions | |
def | __init__ |
def | transform_chunk |
def | transform_first_chunk |
Static Public Attributes | |
tuple | CONTENT_TYPES |
int | MIN_LENGTH = 5 |
Private Attributes | |
_gzip_file | |
_gzip_value | |
_gzipping |
Applies the gzip content encoding to the response. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
def tornado.web.GZipContentEncoding.__init__ | ( | self, | |
request | |||
) |
Reimplemented from tornado.web.OutputTransform.
def tornado.web.GZipContentEncoding.transform_chunk | ( | self, | |
chunk, | |||
finishing | |||
) |
Reimplemented from tornado.web.OutputTransform.
def tornado.web.GZipContentEncoding.transform_first_chunk | ( | self, | |
status_code, | |||
headers, | |||
chunk, | |||
finishing | |||
) |
Reimplemented from tornado.web.OutputTransform.
tuple tornado::web.GZipContentEncoding::CONTENT_TYPES [static] |
int tornado::web.GZipContentEncoding::MIN_LENGTH = 5 [static] |