mitmproxy/examples
Maximilian Hils a73ad1d945 fix tests
2014-07-26 11:51:27 +02:00
..
add_header.py
dup_and_replay.py
flowbasic
iframe_injector
mitmproxywrapper.py Fixed palette forced to light in mitmproxywrapper.py 2014-03-26 13:15:23 +01:00
modify_form.py
modify_querystring.py
modify_response_body.py fix tests 2014-07-26 11:51:27 +02:00
nonblocking.py
proxapp
read_dumpfile fix #253 2014-05-15 14:37:05 +02:00
README
redirect_requests.py fix #253 2014-05-15 14:37:05 +02:00
stickycookies
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.
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