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

Method get

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

Source from the content-addressed store, hash-verified

158
159class EchoHeadersHandler(RequestHandler):
160 def get(self):
161 self.write(json_encode(dict(self.request.headers.get_all())))
162
163
164# These tests end up getting run redundantly: once here with the default

Callers

nothing calls this directly

Calls 3

json_encodeFunction · 0.90
get_allMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected