mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Added the level definition that can be used
This commit is contained in:
parent
c0882496e3
commit
cd8ce3c88e
@ -433,7 +433,10 @@ class Options(optmanager.OptManager):
|
|||||||
)
|
)
|
||||||
self.add_option(
|
self.add_option(
|
||||||
"flow_detail", int, 1,
|
"flow_detail", int, 1,
|
||||||
"Flow detail display level."
|
"""
|
||||||
|
Flow detail display level. LEVEL == 1 : Only Request and Response URL with response code. LEVEL == 2 :
|
||||||
|
All in 1 + Headers. LEVEL >= 3 : All in 2 + Full Response Text.
|
||||||
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
self.update(**kwargs)
|
self.update(**kwargs)
|
||||||
|
Loading…
Reference in New Issue
Block a user