Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
async
def
handler(request):
7
return
web.Response(text=
"OK"
)
8
9
10
async
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