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

Method get_http_client

python/python3/tornado/test/web_test.py:1663–1665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1661 )
1662
1663 def get_http_client(self):
1664 # simple_httpclient only: curl doesn't expose the reason string
1665 return SimpleAsyncHTTPClient()
1666
1667 def test_status(self):
1668 response = self.fetch("/?code=304")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected