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

Class ResponseTrailers

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

Source from the content-addressed store, hash-verified

59
60@dataclass
61class ResponseTrailers(HttpEvent):
62 trailers: http.Headers
63
64 def __init__(self, stream_id: int, trailers: http.Headers):
65 self.stream_id = stream_id
66 self.trailers = trailers
67
68
69@dataclass

Callers 2

send_responseMethod · 0.85
handle_connect_finishMethod · 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…