proxy.py/tests/http
Abhinav Singh 3cfce5265c
Add `TcpUpstreamConnectionHandler` class (#760)
* Add `TcpUpstreamConnectionHandler` which can be used as standalone or as mixin

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

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

* `TcpUpstreamConnectionHandler` is now an abstract class

* Fix mypy

* `nitpick_ignore` the `proxy.core.base.tcp_upstream.TcpUpstreamConnectionHandler` class

* Add mypy exception for now

* Fix flake

* Fix docstring

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-20 00:05:24 +05:30
..
exceptions No abstract method for proxy plugin (#738) 2021-11-15 03:17:12 +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 Add all IANA assigned HTTP method names (#751) 2021-11-18 18:50:15 +05:30
test_http_proxy.py Add `--num-acceptors` flag + Allow `work_klass` via `Proxy` context manager kwargs (#714) 2021-11-10 04:27:40 +05:30
test_http_proxy_tls_interception.py No abstract method for proxy plugin (#738) 2021-11-15 03:17:12 +05:30
test_protocol_handler.py Add all IANA assigned HTTP method names (#751) 2021-11-18 18:50:15 +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 Add `--num-acceptors` flag + Allow `work_klass` via `Proxy` context manager kwargs (#714) 2021-11-10 04:27:40 +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