diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-10-19 23:37:31 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 23:37:31 +1300 |
commit | ee56d3fae0baeef1f31a83db122dd832d4c0e07e (patch) | |
tree | 66b40669cfcb604776a5b19adca2f55ffe96c44a /docs | |
parent | e9f7cf68e90ed9269b4b51342fcd652666096b56 (diff) | |
parent | 9e7438fb18d2307f9248914f5cff65529a4d8a97 (diff) | |
download | mitmproxy-ee56d3fae0baeef1f31a83db122dd832d4c0e07e.tar.gz mitmproxy-ee56d3fae0baeef1f31a83db122dd832d4c0e07e.tar.bz2 mitmproxy-ee56d3fae0baeef1f31a83db122dd832d4c0e07e.zip |
Merge pull request #1635 from cortesi/refactor3
mitmproxy.protocol -> mitmproxy.proxy.protocol
Diffstat (limited to 'docs')
-rw-r--r-- | docs/scripting/events.rst | 2 |
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 |