diff options
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 9 |
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. |