MCPcopy
hub / github.com/mitmproxy/mitmproxy / request

Method request

test/mitmproxy/test_flow.py:21–23  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

19 self.flows = []
20
21 def request(self, f):
22 if f not in self.flows:
23 self.flows.append(f)
24
25 def response(self, f):
26 if f not in self.flows:

Callers 5

test_add_headerMethod · 0.45
test_modify_formMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected