mitmproxy/examples/README

11 lines
755 B
Plaintext
Raw Normal View History

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.
2012-12-09 21:57:11 +00:00
modify_form.py Modify all form submissions to add a parameter.
modify_querystring.py Modify all query strings to add a parameters.
2013-03-10 22:49:36 +00:00
proxapp How to embed a WSGI app in a mitmproxy server
2012-12-09 21:57:11 +00:00
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.
2013-05-15 22:24:18 +00:00
mitmproxywrapper.py Bracket mitmproxy run with proxy enable/disable on OS X