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

Method get

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

Source from the content-addressed store, hash-verified

81
82class AuthHandler(RequestHandler):
83 def get(self):
84 self.finish(self.request.headers["Authorization"])
85
86
87class CountdownHandler(RequestHandler):

Callers 1

getMethod · 0.45

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected