aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/models.rst
blob: 9929e4b25b3236f21195178274be9bb3d4ae8d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. _models:

Models
======

.. warning::
    The documentation for models has not been converted to rst yet and **many attributes/features
    are missing**.
    Please read the source code instead.

.. automodule:: libmproxy.models
    :show-inheritance:
    :members:
    :undoc-members:


.. automodule:: netlib.http.semantics
    :members: Request, Response
    :undoc-members:

    .. autoclass:: Headers
        :show-inheritance:
        :members:
        :special-members:
        :no-undoc-members: