Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ handler
Method
handler
tests/test_urldispatch.py:50–51 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
48
49
@asyncio.coroutine
50
def
handler(request):
51
return
Response(request)
# pragma: no cover
52
53
return
handler
54
Callers
3
test_raise_method_not_allowed
Method · 0.45
test_raise_method_not_found
Method · 0.45
test_add_route_with_re_not_match
Method · 0.45
Calls
1
Response
Class · 0.90
Tested by
no test coverage detected