mitmproxy/docs/dev/protocols.rst
2016-04-30 15:25:02 -07:00

17 lines
303 B
ReStructuredText

.. _protocols:
Protocols
=========
.. automodule:: mitmproxy.protocol
.. autoclass:: Layer
:members:
:special-members:
.. autoclass:: ServerConnectionMixin
:members:
.. seealso::
The :py:exc:`Kill <mitmproxy.exceptions.Kill>` exception to terminate connections.