MCPcopy
hub / github.com/mitmproxy/mitmproxy / intercept

Method intercept

mitmproxy/addons/view.py:592–593  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

590 self.update([f])
591
592 def intercept(self, f):
593 self.update([f])
594
595 def resume(self, f):
596 self.update([f])

Callers 2

test_simpleFunction · 0.95
process_flowMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by 1

test_simpleFunction · 0.76