aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/protocols.rst
blob: ee36813184a75d7b94df7db86288a3acf2a14338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _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.