
Public Member Functions | |
| def | __init__ |
| def | transform_chunk |
| def | transform_first_chunk |
Private Attributes | |
| _chunking | |
Applies the chunked transfer encoding to the response. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1
| def tornado.web.ChunkedTransferEncoding.__init__ | ( | self, | |
| request | |||
| ) |
Reimplemented from tornado.web.OutputTransform.
| def tornado.web.ChunkedTransferEncoding.transform_chunk | ( | self, | |
| block, | |||
| finishing | |||
| ) |
Reimplemented from tornado.web.OutputTransform.
| def tornado.web.ChunkedTransferEncoding.transform_first_chunk | ( | self, | |
| status_code, | |||
| headers, | |||
| chunk, | |||
| finishing | |||
| ) |
Reimplemented from tornado.web.OutputTransform.