diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-11 11:49:36 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-11 11:49:36 +1300 |
commit | c34d1e3de6483b1ab8a1a3add53fb84364c68249 (patch) | |
tree | 0e0ef7797b4ff25996374351056c9e40b771976b /examples/README | |
parent | 5ceef16486f71e28440f80799183190543f162f0 (diff) | |
download | mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.tar.gz mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.tar.bz2 mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.zip |
Docs, examples.
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README b/examples/README index ab06ad27..0a4684a7 100644 --- a/examples/README +++ b/examples/README @@ -3,6 +3,7 @@ dup_and_replay.py Duplicates each request, changes it, and then replays th flowbasic Basic use of mitmproxy as a library. modify_form.py Modify all form submissions to add a parameter. modify_querystring.py Modify all query strings to add a parameters. +proxapp How to embed a WSGI app in a mitmproxy server stub.py Script stub with a method definition for every event. stickycookies An example of writing a custom proxy with libmproxy. upsidedownternet.py Rewrites traffic to turn PNGs upside down. |