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

Method _echo_trailers

mitmproxy/addons/dumper.py:107–111  ·  view source on GitHub ↗
(self, trailers: http.Headers | None)

Source from the content-addressed store, hash-verified

105 self.echo(f"{ks}: {vs}", ident=4)
106
107 def _echo_trailers(self, trailers: http.Headers | None):
108 if not trailers:
109 return
110 self.echo("--- HTTP Trailers", fg="magenta", ident=4)
111 self._echo_headers(trailers)
112
113 def _echo_message(
114 self,

Callers 1

echo_flowMethod · 0.95

Calls 2

echoMethod · 0.95
_echo_headersMethod · 0.95

Tested by

no test coverage detected