
Classes | |
| class | MessageDelegate |
Public Member Functions | |
| def | compress |
| def | fetch_chunk_sizes |
| def | get_app |
| def | get_http_client |
| def | get_httpserver_options |
| def | test_chunked_body |
| def | test_chunked_compressed |
| def | test_compressed_body |
| def | test_regular_body |
Static Public Attributes | |
| string | BODY = '01234567890123456789012345678901234567890123456789' |
| int | CHUNK_SIZE = 16 |
Definition at line 756 of file httpserver_test.py.
| def tornado.test.httpserver_test.StreamingChunkSizeTest.compress | ( | self, | |
| body | |||
| ) |
Definition at line 805 of file httpserver_test.py.
| def tornado.test.httpserver_test.StreamingChunkSizeTest.fetch_chunk_sizes | ( | self, | |
| kwargs | |||
| ) |
Definition at line 793 of file httpserver_test.py.
Should be overridden by subclasses to return a `tornado.web.Application` or other `.HTTPServer` callback.
Reimplemented from tornado.testing.AsyncHTTPTestCase.
Definition at line 787 of file httpserver_test.py.
Reimplemented from tornado.testing.AsyncHTTPTestCase.
Definition at line 761 of file httpserver_test.py.
May be overridden by subclasses to return additional keyword arguments for the server.
Reimplemented from tornado.testing.AsyncHTTPTestCase.
Definition at line 766 of file httpserver_test.py.
Definition at line 826 of file httpserver_test.py.
Definition at line 834 of file httpserver_test.py.
Definition at line 820 of file httpserver_test.py.
Definition at line 815 of file httpserver_test.py.
string tornado::test::httpserver_test.StreamingChunkSizeTest::BODY = '01234567890123456789012345678901234567890123456789' [static] |
Definition at line 758 of file httpserver_test.py.
int tornado::test::httpserver_test.StreamingChunkSizeTest::CHUNK_SIZE = 16 [static] |
Definition at line 759 of file httpserver_test.py.