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

Method get

benchmark/async.py:81–84  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

79 class TestHandler(tornado.web.RequestHandler):
80
81 def get(self, name):
82 txt = 'Hello, ' + name
83 self.set_header('Content-Type', 'text/plain; charset=utf-8')
84 self.write(txt)
85
86 class PrepareHandler(tornado.web.RequestHandler):
87

Callers 2

do_bombFunction · 0.45
runFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected