2015-09-03 17:46:58 +00:00
|
|
|
.. _protocols:
|
|
|
|
|
|
|
|
Protocols
|
|
|
|
=========
|
|
|
|
|
2016-02-16 19:49:10 +00:00
|
|
|
.. 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.
|