aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2013-05-15 16:11:40 -0700
committerAldo Cortesi <aldo@corte.si>2013-05-15 16:11:40 -0700
commit3460d56fcc59f058d2c07e716a613c15d91f2748 (patch)
tree71613a87b52012a41b62a246c715cab4b93660d0 /examples/README
parent9e94fdc6db83bc2d11b6a9cd1df5222827df3ce8 (diff)
parent50ac988363afcfc463bdca19c6aab6fb09e27c03 (diff)
downloadmitmproxy-3460d56fcc59f058d2c07e716a613c15d91f2748.tar.gz
mitmproxy-3460d56fcc59f058d2c07e716a613c15d91f2748.tar.bz2
mitmproxy-3460d56fcc59f058d2c07e716a613c15d91f2748.zip
Merge pull request #124 from liyanage/master
Add mitmproxywrapper.py script for OS X users
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README b/examples/README
index 0a4684a7..46d25acd 100644
--- a/examples/README
+++ b/examples/README
@@ -7,3 +7,4 @@ 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