MCPcopy
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
51class PutHandler(RequestHandler):
52 def put(self):
53 self.write("Put body: ")
54 self.write(self.request.body)
55
56
57class RedirectHandler(RequestHandler):

Callers 5

handle_streamMethod · 0.45
test_join_timeoutMethod · 0.45
test_orderMethod · 0.45
test_orderMethod · 0.45
producerMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected