proxy.py/tests/http
Abhinav Singh 7e7a237296
Cleanup parser & url classes (#843)
* Optimize parser logic

* Add `is_complete` property

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pre commit fixes

* We need `ValueError`

* wuff

* useless

* flake8

* Simplify url

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-02 03:55:39 +05:30
..
exceptions Async `get_events`, `handle_event`, `handle_readables`, `handle_writables` (#769) 2021-11-23 15:02:00 +05:30
__init__.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_chunk_parser.py Custom Url Parser (#730) 2021-11-12 19:00:19 +05:30
test_http_parser.py Cleanup parser & url classes (#843) 2021-12-02 03:55:39 +05:30
test_http_proxy.py Async `get_events`, `handle_event`, `handle_readables`, `handle_writables` (#769) 2021-11-23 15:02:00 +05:30
test_http_proxy_tls_interception.py [ProxyPoolPlugin] Avoid remote proxy of private IP requests (#833) 2021-12-01 05:29:52 +05:30
test_protocol_handler.py Async `get_events`, `handle_event`, `handle_readables`, `handle_writables` (#769) 2021-11-23 15:02:00 +05:30
test_proxy_protocol.py `--enable-proxy-protocol` : HAProxy Protocol v1 (#735) 2021-11-14 10:43:20 +05:30
test_url.py Add `TcpUpstreamConnectionHandler` class (#760) 2021-11-20 00:05:24 +05:30
test_web_server.py Async `get_events`, `handle_event`, `handle_readables`, `handle_writables` (#769) 2021-11-23 15:02:00 +05:30
test_websocket_client.py Enable the `add-trailing-comma` pre-commit fixer (#661) 2021-11-04 16:58:36 +05:30
test_websocket_frame.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00