diff options
Diffstat (limited to 'docs/dev/models.rst')
-rw-r--r-- | docs/dev/models.rst | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/dev/models.rst b/docs/dev/models.rst index 617bcb1f..b09c8bae 100644 --- a/docs/dev/models.rst +++ b/docs/dev/models.rst @@ -3,11 +3,6 @@ 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:: netlib.http .. autoclass:: Request @@ -40,15 +35,23 @@ Models .. autoclass:: Response - .. warning:: Docs missing. - + .. rubric:: Data + .. autoattribute:: http_version + .. autoattribute:: status_code + .. autoattribute:: reason + .. autoattribute:: headers + .. autoattribute:: content + .. autoattribute:: timestamp_start + .. autoattribute:: timestamp_end + .. rubric:: Computed Properties and Convenience Methods + .. autoattribute:: text + .. autoattribute:: cookies .. autoclass:: Headers :members: :special-members: :no-undoc-members: - .. autoclass:: decoded .. automodule:: libmproxy.models |