MCPcopy
hub / github.com/tornadoweb/tornado / post

Method post

tornado/test/httpclient_test.py:44–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43class PostHandler(RequestHandler):
44 def post(self):
45 self.finish(
46 "Post arg1: %s, arg2: %s"
47 % (self.get_argument("arg1"), self.get_argument("arg2"))
48 )
49
50
51class PutHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

get_argumentMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected