mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
cd4eea3934
Also stub out docs, improve mitmdump error handling.
12 lines
352 B
HTML
12 lines
352 B
HTML
|
|
Both __mitmproxy__ and __mitmdump__ allow you to modify requests and responses
|
|
with external scripts. The script interface is simple - scripts simply read,
|
|
modify and return a single __libmproxy.flow.Flow__ object, using the methods
|
|
defined in the __libmproxy.script__ module. Scripts must be executable.
|
|
|
|
$!example("../examples/simple_script")!$
|
|
|
|
|
|
|
|
|