aboutsummaryrefslogtreecommitdiffstats
path: root/docs/scripting
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-19 23:11:56 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-19 23:11:56 +1300
commite73c7fe77e9aa269e32283112e21c0e264c494ab (patch)
tree986a416fc3dc1907e3495da7fcbaf230f8d991d9 /docs/scripting
parente9f7cf68e90ed9269b4b51342fcd652666096b56 (diff)
downloadmitmproxy-e73c7fe77e9aa269e32283112e21c0e264c494ab.tar.gz
mitmproxy-e73c7fe77e9aa269e32283112e21c0e264c494ab.tar.bz2
mitmproxy-e73c7fe77e9aa269e32283112e21c0e264c494ab.zip
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.
Diffstat (limited to 'docs/scripting')
-rw-r--r--docs/scripting/events.rst2
1 files changed, 1 insertions, 1 deletions
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