Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ response
Method
response
examples/contrib/jsondump.py:242–246 ·
view source on GitHub ↗
Dump request/response pairs.
(self, flow)
Source
from the content-addressed store, hash-verified
240
t.start()
241
242
def
response(self, flow):
243
""
"
244
Dump request/response pairs.
245
""
"
246
self.queue.put(flow.get_state())
247
248
def
error(self, flow):
249
""
"
Callers
nothing calls this directly
Calls
2
put
Method · 0.45
get_state
Method · 0.45
Tested by
no test coverage detected