Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ make_handler
Method
make_handler
aiohttp/web.py:251–253 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
249
return
self._middlewares
250
251
def
make_handler(self, **kwargs):
252
return
self._handler_factory(
253
self, self.router, loop=self.loop, **kwargs)
254
255
@asyncio.coroutine
256
def
shutdown(self):
Callers
15
init
Function · 0.95
create_server
Method · 0.95
create_unix_server
Method · 0.95
create_server
Method · 0.95
create_server
Method · 0.95
create
Function · 0.95
test_repr
Function · 0.95
test_connections
Function · 0.95
test_finish_connection_no_timeout
Function · 0.95
test_finish_connection_timeout
Function · 0.95
main
Function · 0.95
init
Function · 0.95
Calls
no outgoing calls
Tested by
9
create_server
Method · 0.76
create_unix_server
Method · 0.76
create_server
Method · 0.76
create_server
Method · 0.76
create
Function · 0.76
test_repr
Function · 0.76
test_connections
Function · 0.76
test_finish_connection_no_timeout
Function · 0.76
test_finish_connection_timeout
Function · 0.76