aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
blob: b7085c79e6f6395a7a6ecd6c36d32bd737373592 (plain)
1
2
3
4
5
6
7
8
9
10
11
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")!$