MCPcopy
hub / github.com/mitmproxy/mitmproxy / http_connect_error

Method http_connect_error

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

Source from the content-addressed store, hash-verified

295 self.echo_flow(f)
296
297 def http_connect_error(self, f):
298 if self.match(f):
299 self.echo_flow(f)
300
301 def websocket_message(self, f: http.HTTPFlow):
302 assert f.websocket is not None # satisfy type checker

Callers 1

test_http_connect_errorFunction · 0.95

Calls 2

matchMethod · 0.95
echo_flowMethod · 0.95

Tested by 1

test_http_connect_errorFunction · 0.76