From 9b08279c7c3384f716b66329fefbe97a368189a2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 13 Nov 2016 18:45:27 +1300 Subject: addons.proxyauth: out with the old, in with the new - Strip out old auth mechanisms, and enable addon - Disable web app auth for now - this should just use the Tornado auth stuff --- docs/scripting/events.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/scripting/events.rst b/docs/scripting/events.rst index a5721403..5f560e58 100644 --- a/docs/scripting/events.rst +++ b/docs/scripting/events.rst @@ -99,12 +99,11 @@ HTTP Events :header-rows: 0 * - .. py:function:: http_connect(flow) - - Called when we receive an HTTP CONNECT request. Setting a non 2xx - response on the flow will return the response to the client abort the - connection. CONNECT requests and responses do not generate the usual - HTTP handler events. CONNECT requests are only valid in regular and - upstream proxy modes. + response on the flow will return the response to the client abort the + connection. CONNECT requests and responses do not generate the usual + HTTP handler events. CONNECT requests are only valid in regular and + upstream proxy modes. *flow* A ``models.HTTPFlow`` object. The flow is guaranteed to have -- cgit v1.2.3