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

Method get_http_server

tornado/testing.py:397–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 return AsyncHTTPClient()
396
397 def get_http_server(self) -> HTTPServer:
398 return HTTPServer(self._app, **self.get_httpserver_options())
399
400 def get_app(self) -> Application:
401 """Should be overridden by subclasses to return a

Callers 1

setUpMethod · 0.95

Calls 2

HTTPServerClass · 0.90

Tested by

no test coverage detected