aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-08-27 09:24:04 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-08-27 09:24:04 +1200
commit7629a43d82bb6090ebf9101383603f81f6f9940a (patch)
treeddedf3bd13eb9f624031e8ca42adafce876c6446 /examples/README
parentb635112d3613d47247ac22390786aaaffcd2a3fd (diff)
downloadmitmproxy-7629a43d82bb6090ebf9101383603f81f6f9940a.tar.gz
mitmproxy-7629a43d82bb6090ebf9101383603f81f6f9940a.tar.bz2
mitmproxy-7629a43d82bb6090ebf9101383603f81f6f9940a.zip
README and minor felicities for script examples.
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/README b/examples/README
index edb70c51..696705a5 100644
--- a/examples/README
+++ b/examples/README
@@ -1,5 +1,6 @@
-
-add_header.py Simple script that just adds a header to every request.
-stub.py Script stub with a method definition for every event.
-stickycookies An example of writing a custom proxy with libmproxy
+add_header.py Simple script that just adds a header to every request.
+flowbasic Basic use of mitmproxy as a library.
+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.