mitmproxy/docs/scripting
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
..
api.rst Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
events.rst Refine handling of HTTP CONNECT 2016-11-12 18:28:37 +13:00
overview.rst docs: examples/logging -> examples/context_logging 2016-10-30 16:58:50 +13:00