Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ parse_headers
Method
parse_headers
mitmproxy/proxy/layers/http/_http3.py:218–219 ·
view source on GitHub ↗
(self, event: HeadersReceived)
Source
from the content-addressed store, hash-verified
216
217
@abstractmethod
218
def
parse_headers(self, event: HeadersReceived) -> RequestHeaders | ResponseHeaders:
219
pass
# pragma: no cover
220
221
222
class
Http3Server(Http3Connection):
Callers
1
_handle_event
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected