proxy.py/proxy/dashboard
Abhinav Singh 0744cd8e7f
Go flagless to allow custom user defined flags. (#452)
* Go flagless to allow custom user defined flags. Fixes #301

* Add --cache-dir flag for cache plugin (when used with on-disk store)

* Enable discovery of flags from external plugins, example those that reside outside of proxy.py package and loaded on demand.  This also allows external flags to surface in --help section

* Define --filtered-client-ips flag for FilterByClientIpPlugin
2020-10-14 10:51:56 +05:30
..
__init__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
dashboard.py Add support for regex based routing. Fixes #203 (#211) 2019-12-01 20:57:05 -08:00
inspect_traffic.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
plugin.py Go flagless to allow custom user defined flags. (#452) 2020-10-14 10:51:56 +05:30