proxy.py/proxy/plugin
Abhinav Singh 6137fd6f82
Refactor (#213)
* Add DEFAULT_HTTP_PORT constant

* Use DEFAULT_HTTP_PORT in tests

* Refactor into exception module

* Refactor into inspector module

* Refactor into server module

* Refactor into proxy module
2019-12-01 22:46:00 -08:00
..
cache autopep8 (#196) 2019-11-26 22:43:05 -08:00
__init__.py Add reverse proxy example (#201) 2019-11-29 21:28:31 -08:00
filter_by_upstream.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
man_in_the_middle.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
mock_rest_api.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
modify_post_data.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
redirect_to_custom_server.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
reverse_proxy.py Refactor (#213) 2019-12-01 22:46:00 -08:00
shortlink.py Make connection queue / recv work with memoryview to avoid copies (#192) 2019-11-26 17:59:26 -08:00
web_server_route.py Add support for regex based routing. Fixes #203 (#211) 2019-12-01 20:57:05 -08:00