mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-03-28 22:44:08 +08:00
- 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.