MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / view_request

Method view_request

mitmproxy/tools/console/flowview.py:168–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 return "Detail"
167
168 def view_request(self):
169 flow = self.flow
170 assert isinstance(flow, http.HTTPFlow)
171 return self.conn_text(flow.request)
172
173 def view_response(self):
174 flow = self.flow

Callers

nothing calls this directly

Calls 1

conn_textMethod · 0.95

Tested by

no test coverage detected