proxy.py/proxy/common
pasccom 505d316002
Allow to use types when embeding Proxy (#420)
* Remove test for 'HttpWebServerRouteHandler'

This does not exist (as fas as I can see) and it bother the linter (Mypy),
when I tell it `klass` is a `type` instance.

* Pass a list plugin class objects or bytes to proxy when used in embeded mode.

No automated tests for the feature yet.

* Tests for Flags.load_plugins method.

* Ensure plugins are loaded only once.

Also changed module name for plugins passed by type.

Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
2020-08-14 14:28:00 +05:30
..
__init__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
constants.py Enable docker containers for TLS Interception (#375) 2020-06-17 17:54:43 +05:30
flags.py Allow to use types when embeding Proxy (#420) 2020-08-14 14:28:00 +05:30
pki.py Add SSL echo server & client example (#395) 2020-07-08 16:38:58 +05:30
types.py Core acceptor pool doc, cleanup and standalone example (#393) 2020-07-07 18:01:49 +05:30
utils.py Add SSL echo server & client example (#395) 2020-07-08 16:38:58 +05:30
version.py Add FilterByClientIpPlugin example (#381) 2020-06-21 21:57:03 +05:30