MCPcopy
hub / github.com/aio-libs/aiohttp / get

Method get

benchmark/async.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 class StopHandler(tornado.web.RequestHandler):
93
94 def get(self):
95 self.write('OK')
96
97 def on_finish(self):
98 tornado.ioloop.IOLoop.instance().stop()

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected