2015-09-03 22:45:47 +00:00
|
|
|
.. _models:
|
|
|
|
|
|
|
|
Models
|
|
|
|
======
|
|
|
|
|
2015-09-25 23:23:59 +00:00
|
|
|
.. automodule:: netlib.http
|
|
|
|
|
|
|
|
.. autoclass:: Request
|
|
|
|
|
|
|
|
.. rubric:: Data
|
|
|
|
.. autoattribute:: first_line_format
|
|
|
|
.. autoattribute:: method
|
|
|
|
.. autoattribute:: scheme
|
|
|
|
.. autoattribute:: host
|
|
|
|
.. autoattribute:: port
|
|
|
|
.. autoattribute:: path
|
|
|
|
.. autoattribute:: http_version
|
|
|
|
.. autoattribute:: headers
|
|
|
|
.. autoattribute:: content
|
|
|
|
.. autoattribute:: timestamp_start
|
|
|
|
.. autoattribute:: timestamp_end
|
|
|
|
.. rubric:: Computed Properties and Convenience Methods
|
|
|
|
.. autoattribute:: text
|
|
|
|
.. autoattribute:: url
|
|
|
|
.. autoattribute:: pretty_host
|
|
|
|
.. autoattribute:: pretty_url
|
|
|
|
.. autoattribute:: query
|
|
|
|
.. autoattribute:: cookies
|
|
|
|
.. autoattribute:: path_components
|
|
|
|
.. automethod:: anticache
|
|
|
|
.. automethod:: anticomp
|
|
|
|
.. automethod:: constrain_encoding
|
|
|
|
.. autoattribute:: urlencoded_form
|
|
|
|
.. autoattribute:: multipart_form
|
|
|
|
|
|
|
|
.. autoclass:: Response
|
2015-09-03 22:45:47 +00:00
|
|
|
|
2015-09-26 15:41:14 +00:00
|
|
|
.. 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
|
2015-09-05 11:27:11 +00:00
|
|
|
|
|
|
|
.. autoclass:: Headers
|
|
|
|
:members:
|
|
|
|
:special-members:
|
2015-09-07 08:52:18 +00:00
|
|
|
:no-undoc-members:
|
2015-09-25 23:23:59 +00:00
|
|
|
|
|
|
|
.. autoclass:: decoded
|
|
|
|
|
2016-02-16 19:49:10 +00:00
|
|
|
.. automodule:: mitmproxy.models
|
2015-09-25 23:23:59 +00:00
|
|
|
:show-inheritance:
|
|
|
|
:members: HTTPFlow, Error, ClientConnection, ServerConnection
|