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

Class RequestEndOfMessage

mitmproxy/proxy/layers/http/_events.py:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69@dataclass
70class RequestEndOfMessage(HttpEvent):
71 def __init__(self, stream_id: int):
72 self.stream_id = stream_id
73
74
75@dataclass

Callers 9

test_simpleMethod · 0.90
test_upgradeMethod · 0.90
test_upgrade_deniedMethod · 0.90
test_simpleMethod · 0.90
test_connectMethod · 0.90
test_upgradeMethod · 0.90
test_upgrade_deniedMethod · 0.90
passthroughMethod · 0.85

Calls

no outgoing calls

Tested by 7

test_simpleMethod · 0.72
test_upgradeMethod · 0.72
test_upgrade_deniedMethod · 0.72
test_simpleMethod · 0.72
test_connectMethod · 0.72
test_upgradeMethod · 0.72
test_upgrade_deniedMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…