Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ get
Method
get
mitmproxy/tools/web/app.py:501–502 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
499
500
class
Flows(RequestHandler):
501
def
get(self):
502
self.write([flow_to_json(f)
for
f in self.view])
503
504
505
class
DumpFlows(RequestHandler):
Callers
15
main
Function · 0.45
__init__
Method · 0.45
web_url
Method · 0.45
flow_to_json
Function · 0.45
wrapper
Method · 0.45
json
Method · 0.45
send_task
Method · 0.45
get
Method · 0.45
get
Method · 0.45
__init__
Method · 0.45
open_browser
Function · 0.45
dequeueAndLog
Method · 0.45
Calls
2
flow_to_json
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected