diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-14 09:19:43 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-14 09:19:43 +1300 |
commit | cfb5ba89ce96594b2f8d51f27c9b2ee41ecf18e5 (patch) | |
tree | 7bdea72173b7f49e8409f6c5fb0c42e0fe3329ec /doc-src/scripting | |
parent | c34d1e3de6483b1ab8a1a3add53fb84364c68249 (diff) | |
download | mitmproxy-cfb5ba89ce96594b2f8d51f27c9b2ee41ecf18e5.tar.gz mitmproxy-cfb5ba89ce96594b2f8d51f27c9b2ee41ecf18e5.tar.bz2 mitmproxy-cfb5ba89ce96594b2f8d51f27c9b2ee41ecf18e5.zip |
Introduce a filtered flow writer, and use it in dump.py
Fixes #104
Diffstat (limited to 'doc-src/scripting')
-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 39752b7f..2d53df80 100644 --- a/doc-src/scripting/inlinescripts.html +++ b/doc-src/scripting/inlinescripts.html @@ -13,7 +13,7 @@ lets the script interact with the global mitmproxy state. The __response__ event also gets an instance of Flow, which we can use to manipulate the response itself. -We can now run this script as follows: +We can now run this script using mitmdump or mitmproxy as follows: <pre class="terminal"> > mitmdump -s add_header.py |