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

Class SendHttp

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

Source from the content-addressed store, hash-verified

142
143@dataclass
144class SendHttp(HttpCommand):
145 event: HttpEvent
146 connection: Connection
147
148 def __repr__(self) -> str:
149 return f"Send({self.event})"
150
151
152@dataclass

Callers 14

start_request_streamMethod · 0.85
start_response_streamMethod · 0.85
send_responseMethod · 0.85
flow_doneMethod · 0.85
check_body_sizeMethod · 0.85
check_invalidMethod · 0.85
check_killedMethod · 0.85
handle_protocol_errorMethod · 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…