MCPcopy
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

putMethod · 0.45
get_stateMethod · 0.45

Tested by

no test coverage detected