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.
This commit is contained in:
Aldo Cortesi
2016-10-19 23:11:56 +13:00
parent e9f7cf68e9
commit e73c7fe77e
19 changed files with 25 additions and 25 deletions

View File

@@ -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