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

Method error

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

Source from the content-addressed store, hash-verified

291 self.echo_flow(f)
292
293 def error(self, f):
294 if self.match(f):
295 self.echo_flow(f)
296
297 def http_connect_error(self, f):
298 if self.match(f):

Callers 1

test_simpleFunction · 0.95

Calls 2

matchMethod · 0.95
echo_flowMethod · 0.95

Tested by 1

test_simpleFunction · 0.76