mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
minor docs fix
This commit is contained in:
parent
ed9a72553d
commit
588dad1bc7
@ -17,7 +17,7 @@ client:
|
||||
|
||||
The first argument to each event method is an instance of
|
||||
:py:class:`~mitmproxy.script.ScriptContext` that lets the script interact with the global mitmproxy
|
||||
state. The **response** event also gets an instance of :py:class:`~mitmproxy.script.ScriptContext`,
|
||||
state. The **response** event also gets an instance of :py:class:`~mitmproxy.models.HTTPFlow`,
|
||||
which we can use to manipulate the response itself.
|
||||
|
||||
We can now run this script using mitmdump or mitmproxy as follows:
|
||||
|
Loading…
Reference in New Issue
Block a user