mitmproxy/docs/dev/protocols.rst

17 lines
303 B
ReStructuredText
Raw Normal View History

2015-09-03 17:46:58 +00:00
.. _protocols:
Protocols
=========
.. automodule:: mitmproxy.protocol
2015-09-03 17:46:58 +00:00
.. autoclass:: Layer
:members:
:special-members:
.. autoclass:: ServerConnectionMixin
:members:
2016-04-30 22:25:02 +00:00
.. seealso::
The :py:exc:`Kill <mitmproxy.exceptions.Kill>` exception to terminate connections.