diff options
author | Aldo Cortesi <aldo@corte.si> | 2013-12-08 01:14:12 -0800 |
---|---|---|
committer | Aldo Cortesi <aldo@corte.si> | 2013-12-08 01:14:12 -0800 |
commit | 3a1d85ab18dbff82505feac3619af733a0a2b4f7 (patch) | |
tree | b61bb99ae8e34f73583263619730fbbe5d526161 /doc-src | |
parent | 73791f986a4b4dabd984b7fa7891801d71ab52dc (diff) | |
parent | b4f6f09c83faf54c4c1493e18ba11d0257ca841b (diff) | |
download | mitmproxy-3a1d85ab18dbff82505feac3619af733a0a2b4f7.tar.gz mitmproxy-3a1d85ab18dbff82505feac3619af733a0a2b4f7.tar.bz2 mitmproxy-3a1d85ab18dbff82505feac3619af733a0a2b4f7.zip |
Merge pull request #134 from mhils/scripts_improvements
Support multiple scripts and script arguments. refs #76
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/scripting/inlinescripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/scripting/inlinescripts.html b/doc-src/scripting/inlinescripts.html index 2d53df80..c9e188fc 100644 --- a/doc-src/scripting/inlinescripts.html +++ b/doc-src/scripting/inlinescripts.html @@ -25,7 +25,7 @@ The new header will be added to all responses passing through the proxy. ## Events -### start(ScriptContext) +### start(ScriptContext, argv) Called once on startup, before any other events. |