mitmproxy/test/mitmproxy/protocol
Aldo Cortesi a9b4560187 Refine handling of HTTP CONNECT
- CONNECT requests do not generate the usual http events. Instead, they
generate the http_connect event and handlers then have the option of setting an
error response to abort the connect.
- The connect handler is called for both upstream proxy and regular proxy CONNECTs.
2016-11-12 18:28:37 +13:00
..
__init__.py
test_http1.py Refine handling of HTTP CONNECT 2016-11-12 18:28:37 +13:00
test_http2.py
test_websockets.py