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

Method response

mitmproxy/addons/dumper.py:289–291  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

287 return False
288
289 def response(self, f):
290 if self.match(f):
291 self.echo_flow(f)
292
293 def error(self, f):
294 if self.match(f):

Callers 3

test_simpleFunction · 0.95
test_http2Function · 0.95
test_stylingFunction · 0.95

Calls 2

matchMethod · 0.95
echo_flowMethod · 0.95

Tested by 3

test_simpleFunction · 0.76
test_http2Function · 0.76
test_stylingFunction · 0.76