adjust to netlib response changes + docs

This commit is contained in:
Maximilian Hils
2015-09-26 17:41:14 +02:00
parent b13acd7956
commit 1b6ea5caf3
12 changed files with 58 additions and 57 deletions

View File

@@ -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