MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / RegisterHttpConnection

Class RegisterHttpConnection

mitmproxy/proxy/layers/http/__init__.py:134–140  ·  view source on GitHub ↗

Register that a HTTP connection attempt has been completed.

Source from the content-addressed store, hash-verified

132
133@dataclass
134class RegisterHttpConnection(HttpCommand):
135 """
136 Register that a HTTP connection attempt has been completed.
137 """
138
139 connection: Connection
140 err: str | None
141
142
143@dataclass

Callers 1

_handle_eventMethod · 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…