diff options
author | Maximilian Hils <git@maximilianhils.com> | 2013-06-16 00:41:43 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2013-06-16 00:41:43 +0200 |
commit | fd36142018a18f0d6c996e9c07bfc7e80e20afc4 (patch) | |
tree | 6a42399d1150a6196c71c7fb7bd80b0dc6fbf58b /doc-src | |
parent | 34f286df511d0d6987a21e105a7cde651130fa2d (diff) | |
parent | b4f6f09c83faf54c4c1493e18ba11d0257ca841b (diff) | |
download | mitmproxy-fd36142018a18f0d6c996e9c07bfc7e80e20afc4.tar.gz mitmproxy-fd36142018a18f0d6c996e9c07bfc7e80e20afc4.tar.bz2 mitmproxy-fd36142018a18f0d6c996e9c07bfc7e80e20afc4.zip |
Merge remote-tracking branch 'origin/scripts_improvements' into 0.10
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. |