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

Class Start

mitmproxy/proxy/events.py:29–33  ·  view source on GitHub ↗

Every layer initially receives a start event. This is useful to emit events on startup.

Source from the content-addressed store, hash-verified

27
28
29class Start(Event):
30 """
31 Every layer initially receives a start event.
32 This is useful to emit events on startup.
33 """
34
35
36@dataclass

Callers 3

test_no_reentrancyFunction · 0.90
test_fuzz_h1_requestFunction · 0.90
h2_layerFunction · 0.90

Calls

no outgoing calls

Tested by 3

test_no_reentrancyFunction · 0.72
test_fuzz_h1_requestFunction · 0.72
h2_layerFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…