MCPcopy
hub / github.com/tornadoweb/tornado / get_httpserver_options

Method get_httpserver_options

tornado/test/httpserver_test.py:1135–1136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1133
1134class GzipTest(GzipBaseTest, AsyncHTTPTestCase):
1135 def get_httpserver_options(self):
1136 return dict(decompress_request=True, max_body_size=100)
1137
1138 def test_gzip(self):
1139 response = self.post_gzip("foo=bar")

Callers 2

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected