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

Method get_httpserver_options

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

Source from the content-addressed store, hash-verified

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())
553
554 def get_ssl_options(self) -> Dict[str, Any]:
555 """May be overridden by subclasses to select SSL options.

Callers

nothing calls this directly

Calls 1

get_ssl_optionsMethod · 0.95

Tested by

no test coverage detected