proxy.py/proxy
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
..
common Allow to use types when embeding Proxy (#420) 2020-08-14 14:28:00 +05:30
core Add core pubsub eventing example and add menubar item skeleton (#396) 2020-07-09 21:31:29 +05:30
dashboard Add support for regex based routing. Fixes #203 (#211) 2019-12-01 20:57:05 -08:00
http Add SSL echo server & client example (#395) 2020-07-08 16:38:58 +05:30
plugin Add plugin "FilterByURLRegexPlugin" (#397) 2020-07-13 10:40:34 +05:30
testing Fix & Re-enable VCR testing on Linux (#323) 2020-03-26 12:31:00 +05:30
__init__.py Testing support improvements (#185) 2019-11-21 21:16:01 -08:00
__main__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
proxy.py Core acceptor pool doc, cleanup and standalone example (#393) 2020-07-07 18:01:49 +05:30
py.typed Add py.typed marker, add version checker, remove deprecated methods (#255) 2020-01-06 21:23:38 -08:00