Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ put
Method
put
tornado/test/httpclient_test.py:52–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
class
PutHandler(RequestHandler):
52
def
put(self):
53
self.write(
"Put body: "
)
54
self.write(self.request.body)
55
56
57
class
RedirectHandler(RequestHandler):
Callers
5
handle_stream
Method · 0.45
test_join_timeout
Method · 0.45
test_order
Method · 0.45
test_order
Method · 0.45
producer
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected