Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_header
Method · 0.45
test_modify_form
Method · 0.45
test_modify_querystring
Method · 0.45
test_redirect_requests
Method · 0.45
test_send_reply_from_proxy
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected