MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_http_client

Method get_http_client

python/python3/tornado/testing.py:548–549  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

546 """
547
548 def get_http_client(self) -> AsyncHTTPClient:
549 return AsyncHTTPClient(force_instance=True, defaults=dict(validate_cert=False))
550
551 def get_httpserver_options(self) -> Dict[str, Any]:
552 return dict(ssl_options=self.get_ssl_options())

Callers

nothing calls this directly

Calls 1

AsyncHTTPClientClass · 0.90

Tested by

no test coverage detected