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

Method get

tornado/test/auth_test.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128
129class OAuth1ServerRequestTokenHandler(RequestHandler):
130 def get(self):
131 self.write("oauth_token=zxcv&oauth_token_secret=1234")
132
133
134class OAuth1ServerAccessTokenHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected