MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / flow_set_options

Method flow_set_options

mitmproxy/addons/core.py:120–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118
119 @command.command("flow.set.options")
120 def flow_set_options(self) -> Sequence[str]:
121 return [
122 "host",
123 "status_code",
124 "method",
125 "path",
126 "url",
127 "reason",
128 ]
129
130 @command.command("flow.set")
131 @command.argument("attr", type=mitmproxy.types.Choice("flow.set.options"))

Callers 1

test_flow_setFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_flow_setFunction · 0.76