mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
docs: cleanups improvements and fighting sphinx
- Hide links to internal code listings, and link to github instead - Improve formatting of code/example captions - Fix outdated documentation of command-line options - Complete documentation of all events + improved formatting - tcp_open -> tcp_start, tcp_close -> tcp_end to reduce confusion
This commit is contained in:
8
docs/scripting/api.rst
Normal file
8
docs/scripting/api.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
.. _api:
|
||||
|
||||
API
|
||||
====
|
||||
|
||||
.. automodule:: mitmproxy.models.http
|
||||
:inherited-members:
|
||||
:members: HTTPFlow, HTTPRequest, HTTPResponse
|
||||
Reference in New Issue
Block a user