Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ view_response
Method
view_response
mitmproxy/tools/console/flowview.py:173–176 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
171
return
self.conn_text(flow.request)
172
173
def
view_response(self):
174
flow = self.flow
175
assert isinstance(flow, http.HTTPFlow)
176
return
self.conn_text(flow.response)
177
178
def
view_dns_request(self):
179
flow = self.flow
Callers
nothing calls this directly
Calls
1
conn_text
Method · 0.95
Tested by
no test coverage detected