mitmproxy/examples
2012-04-24 14:58:18 +12:00
..
add_header.py
dup_and_replay.py Add two more examples: dup_and_replay.py and modify_querystring.py 2012-02-23 15:43:04 +13:00
flowbasic Minor docs and example script fixes. 2012-02-21 12:32:56 +13:00
modify_form.py Add an example showing the new form API. 2012-02-23 14:57:43 +13:00
modify_querystring.py Add two more examples: dup_and_replay.py and modify_querystring.py 2012-02-23 15:43:04 +13:00
proxapp Docs and comments for WSGI app example. 2012-04-24 14:58:18 +12:00
README Add two more examples: dup_and_replay.py and modify_querystring.py 2012-02-23 15:43:04 +13:00
stickycookies Minor docs and example script fixes. 2012-02-21 12:32:56 +13:00
stub.py
upsidedownternet.py

add_header.py           Simple script that just adds a header to every request.
dup_and_replay.py       Duplicates each request, changes it, and then replays the modified request.
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.
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.