Added the level definition that can be used

This commit is contained in:
LuD1161 2017-03-20 14:23:57 +05:30
parent c0882496e3
commit cd8ce3c88e

View File

@ -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)