Public Member Functions | |
def | __init__ |
def | transform_chunk |
def | transform_first_chunk |
A transform modifies the result of an HTTP request (e.g., GZip encoding) Applications are not expected to create their own OutputTransforms or interact with them directly; the framework chooses which transforms (if any) to apply.
def tornado.web.OutputTransform.__init__ | ( | self, | |
request | |||
) |
Reimplemented in tornado.web.GZipContentEncoding.
def tornado.web.OutputTransform.transform_chunk | ( | self, | |
chunk, | |||
finishing | |||
) |
Reimplemented in tornado.web.GZipContentEncoding.
def tornado.web.OutputTransform.transform_first_chunk | ( | self, | |
status_code, | |||
headers, | |||
chunk, | |||
finishing | |||
) |
Reimplemented in tornado.web.GZipContentEncoding.