Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ make_handler
Function
make_handler
tests/test_urldispatch.py:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
make_handler():
31
async
def
handler(request):
32
return
Response(request)
# pragma: no cover
33
34
return
handler
35
36
37
@pytest.fixture
Callers
15
go
Function · 0.70
test_register_uncommon_http_methods
Function · 0.70
test_add_route_root
Function · 0.70
test_add_route_simple
Function · 0.70
test_add_with_matchdict
Function · 0.70
test_add_with_matchdict_with_colon
Function · 0.70
test_add_route_with_add_get_shortcut
Function · 0.70
test_add_route_with_add_post_shortcut
Function · 0.70
test_add_route_with_add_put_shortcut
Function · 0.70
test_add_route_with_add_patch_shortcut
Function · 0.70
test_add_route_with_add_delete_shortcut
Function · 0.70
test_add_route_with_add_head_shortcut
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected