aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/models.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/models.rst')
-rw-r--r--docs/dev/models.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/dev/models.rst b/docs/dev/models.rst
new file mode 100644
index 00000000..850d89f5
--- /dev/null
+++ b/docs/dev/models.rst
@@ -0,0 +1,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: \ No newline at end of file