Files
mitmproxy/examples
..
2011-08-05 13:26:39 +12:00
2014-01-12 12:49:19 +13:00
2014-05-15 14:37:05 +02:00
2013-05-15 15:24:34 -07:00
2014-08-09 01:02:58 +02:00
2013-05-05 13:18:52 +12:00
2014-07-21 21:06:55 +02:00
2014-07-21 21:06:55 +02:00

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.
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.
mitmproxywrapper.py     Bracket mitmproxy run with proxy enable/disable on OS X