diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:23:32 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:23:32 +1200 |
| commit | 98a7aaca182ce6b879329bbaeb06efca284c6220 (patch) | |
| tree | a9afa1dae76d3206990cc49a30c2433ea6077609 /examples/simple_script | |
| parent | ce48cb4debab8caa518ea54e36dee722aaabb8a5 (diff) | |
| download | mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.tar.gz mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.tar.bz2 mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.zip | |
Documentation.
Diffstat (limited to 'examples/simple_script')
| -rwxr-xr-x | examples/simple_script | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/simple_script b/examples/simple_script deleted file mode 100755 index de562163..00000000 --- a/examples/simple_script +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python -from libmproxy import script - -def response(ctx, f): - ctx.log("processing a response") - f.response.headers["newheader"] = ["foo"] |
