diff options
Diffstat (limited to 'doc-src/dev-docs/models.rst')
-rw-r--r-- | doc-src/dev-docs/models.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc-src/dev-docs/models.rst b/doc-src/dev-docs/models.rst new file mode 100644 index 00000000..1ac7d042 --- /dev/null +++ b/doc-src/dev-docs/models.rst @@ -0,0 +1,19 @@ +.. _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:
\ No newline at end of file |