Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get_http_client
Method
get_http_client
tornado/testing.py:394–395 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
392
self.http_server.add_sockets([sock])
393
394
def
get_http_client(self) -> AsyncHTTPClient:
395
return
AsyncHTTPClient()
396
397
def
get_http_server(self) -> HTTPServer:
398
return
HTTPServer(self._app, **self.get_httpserver_options())
Callers
1
setUp
Method · 0.95
Calls
1
AsyncHTTPClient
Class · 0.90
Tested by
no test coverage detected