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

Method connection_made

aiohttp/test_utils.py:65–68  ·  view source on GitHub ↗
(self, transport)

Source from the content-addressed store, hash-verified

63 class TestHttpServer(server.ServerHttpProtocol):
64
65 def connection_made(self, transport):
66 transports.append(transport)
67
68 super().connection_made(transport)
69
70 def handle_request(self, message, payload):
71 if properties.get('close', False):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected