Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/httpclient_test.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
101
class
UserAgentHandler(RequestHandler):
102
def
get(self):
103
self.write(self.request.headers.get(
"User-Agent"
,
"User agent not set"
))
104
105
106
class
ContentLength304Handler(RequestHandler):
Callers
nothing calls this directly
Calls
2
write
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected