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

Function handler

tests/test_web_log.py:291–292  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

289 VAR = ContextVar("VAR")
290
291 async def handler(request):
292 return web.Response()
293
294 @web.middleware
295 async def middleware(request, handler: Handler):

Callers 12

middlewareFunction · 0.70
middlewareFunction · 0.70
middlewareFunction · 0.70
implFunction · 0.50
_requestMethod · 0.50
__call__Method · 0.50
_handleMethod · 0.50
retry_middlewareFunction · 0.50
api_logging_middlewareFunction · 0.50
__call__Method · 0.50
__call__Method · 0.50
ssrf_middlewareFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…