aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-19 11:26:51 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-19 11:26:51 +1300
commit872b7881f2793bec8b2596e2a65bc4891387a1d5 (patch)
treecf68ff0df6658f9750dd8bc031100d122a36b4dd /doc-src/scripts.html
parent35a952ef3c8a498d67345b61d714fa3aa23cef4a (diff)
downloadmitmproxy-872b7881f2793bec8b2596e2a65bc4891387a1d5.tar.gz
mitmproxy-872b7881f2793bec8b2596e2a65bc4891387a1d5.tar.bz2
mitmproxy-872b7881f2793bec8b2596e2a65bc4891387a1d5.zip
Docs.
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r--doc-src/scripts.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html
index b7085c79..0b0b5f80 100644
--- a/doc-src/scripts.html
+++ b/doc-src/scripts.html
@@ -1,6 +1,10 @@
Both __mitmproxy__ and __mitmdump__ allow you to modify requests and responses
-with external scripts. The script interface is simple - scripts simply read,
+with external scripts. This is often done through the __--reqscript__ and
+__--respscript__ options
+
+
+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.