Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
class
RequestEndOfMessage(HttpEvent):
71
def
__init__(self, stream_id: int):
72
self.stream_id = stream_id
73
74
75
@dataclass
Callers
9
test_simple
Method · 0.90
test_upgrade
Method · 0.90
test_upgrade_denied
Method · 0.90
test_simple
Method · 0.90
test_connect
Method · 0.90
test_upgrade
Method · 0.90
test_upgrade_denied
Method · 0.90
state_consume_request_body
Method · 0.85
passthrough
Method · 0.85
Calls
no outgoing calls
Tested by
7
test_simple
Method · 0.72
test_upgrade
Method · 0.72
test_upgrade_denied
Method · 0.72
test_simple
Method · 0.72
test_connect
Method · 0.72
test_upgrade
Method · 0.72
test_upgrade_denied
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…