mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
24cf8da27e
The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
43 lines
839 B
ReStructuredText
43 lines
839 B
ReStructuredText
.. _api:
|
|
|
|
|
|
API
|
|
===
|
|
|
|
- Errors
|
|
- `mitmproxy.flow.Error <#mitmproxy.flow.Error>`_
|
|
- HTTP
|
|
- `mitmproxy.http.HTTPRequest <#mitmproxy.http.HTTPRequest>`_
|
|
- `mitmproxy.http.HTTPResponse <#mitmproxy.http.HTTPResponse>`_
|
|
- `mitmproxy.http.HTTPFlow <#mitmproxy.http.HTTPFlow>`_
|
|
- Logging
|
|
- `mitmproxy.log.Log <#mitmproxy.controller.Log>`_
|
|
- `mitmproxy.log.LogEntry <#mitmproxy.controller.LogEntry>`_
|
|
|
|
|
|
Errors
|
|
------
|
|
|
|
.. autoclass:: mitmproxy.flow.Error
|
|
:inherited-members:
|
|
|
|
HTTP
|
|
----
|
|
|
|
.. autoclass:: mitmproxy.http.HTTPRequest
|
|
:inherited-members:
|
|
|
|
.. autoclass:: mitmproxy.http.HTTPResponse
|
|
:inherited-members:
|
|
|
|
.. autoclass:: mitmproxy.http.HTTPFlow
|
|
:inherited-members:
|
|
|
|
Logging
|
|
--------
|
|
|
|
.. autoclass:: mitmproxy.log.Log
|
|
:inherited-members:
|
|
.. autoclass:: mitmproxy.log.LogEntry
|
|
:inherited-members:
|