MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / handler

Function handler

examples/lowlevel_srv.py:6–7  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

4
5
6async def handler(request):
7 return web.Response(text="OK")
8
9
10async def main(loop):

Callers 7

__call__Method · 0.70
__call__Method · 0.70
__call__Method · 0.70
__call__Method · 0.70
__call__Method · 0.70
__call__Method · 0.70
__call__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected