proxy.py/tests/http
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 Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_chunk_parser.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_http_parser.py Core acceptor pool doc, cleanup and standalone example (#393) 2020-07-07 18:01:49 +05:30
test_http_proxy.py Make HTTP handler constructor free of socket file number (#219) 2019-12-02 15:55:08 -08:00
test_http_proxy_tls_interception.py Decouple SSL wrap logic into connection classes (#394) 2020-07-08 13:11:12 +05:30
test_http_request_rejected.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_protocol_handler.py Allow to use types when embeding Proxy (#420) 2020-08-14 14:28:00 +05:30
test_web_server.py Allow to use types when embeding Proxy (#420) 2020-08-14 14:28:00 +05:30
test_websocket_client.py Core acceptor pool doc, cleanup and standalone example (#393) 2020-07-07 18:01:49 +05:30
test_websocket_frame.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00