MCPcopy
hub / github.com/mitmproxy/mitmproxy / ConnectionIO

Class ConnectionIO

mitmproxy/proxy/server.py:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91@dataclass
92class ConnectionIO:
93 handler: asyncio.Task | None = None
94 reader: asyncio.StreamReader | mitmproxy_rs.Stream | None = None
95 writer: asyncio.StreamWriter | mitmproxy_rs.Stream | None = None
96
97
98class ConnectionHandler(metaclass=abc.ABCMeta):

Callers 3

open_connectionMethod · 0.85
server_eventMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…