From cd4eea39348fc9d59d4f0cc3f71384f7c1c2b2e2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 18 Feb 2011 12:40:45 +1300 Subject: First pass of script hooks for mitmdump. Also stub out docs, improve mitmdump error handling. --- doc-src/scripts.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc-src/scripts.html (limited to 'doc-src/scripts.html') diff --git a/doc-src/scripts.html b/doc-src/scripts.html new file mode 100644 index 00000000..b7085c79 --- /dev/null +++ b/doc-src/scripts.html @@ -0,0 +1,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")!$ + + + + -- cgit v1.2.3