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

Function requestheaders

examples/contrib/save_streamed_data.py:105–107  ·  view source on GitHub ↗
(flow)

Source from the content-addressed store, hash-verified

103
104
105def requestheaders(flow):
106 if ctx.options.save_streamed_data and flow.request.stream:
107 flow.request.stream = StreamSaver(flow, "req")
108
109
110def responseheaders(flow):

Callers

nothing calls this directly

Calls 1

StreamSaverClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…