Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/curl_httpclient_test.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
71
class
CustomReasonHandler(RequestHandler):
72
def
get(self):
73
self.set_status(200,
"Custom reason"
)
74
75
76
class
CustomFailReasonHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
set_status
Method · 0.80
Tested by
no test coverage detected