From e73c7fe77e9aa269e32283112e21c0e264c494ab Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 19 Oct 2016 23:11:56 +1300 Subject: mitmproxy.protocol -> mitmproxy.proxy.protocol The protocols here are compltely proxy-specific, are only used from within the proxy module, and are not exposed to users. --- docs/scripting/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scripting') diff --git a/docs/scripting/events.rst b/docs/scripting/events.rst index c16c01f6..62266485 100644 --- a/docs/scripting/events.rst +++ b/docs/scripting/events.rst @@ -56,7 +56,7 @@ Connection connection can correspond to multiple HTTP requests. *root_layer* - The root layer (see `mitmproxy.protocol` for an explanation what + The root layer (see `mitmproxy.proxy.protocol` for an explanation what the root layer is), provides transparent access to all attributes of the :py:class:`~mitmproxy.proxy.RootContext`. For example, ``root_layer.client_conn.address`` gives the remote address of the -- cgit v1.2.3