MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / _handle_event

Method _handle_event

mitmproxy/proxy/layer.py:127–129  ·  view source on GitHub ↗

Handle a proxy server event

(self, event: events.Event)

Source from the content-addressed store, hash-verified

125
126 @abstractmethod
127 def _handle_event(self, event: events.Event) -> CommandGenerator[None]:
128 """Handle a proxy server event"""
129 yield from () # pragma: no cover
130
131 def handle_event(self, event: events.Event) -> CommandGenerator[None]:
132 if self._paused:

Callers 2

handle_eventMethod · 0.95
__continueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected