aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2012-12-11 11:42:36 -0800
committerAldo Cortesi <aldo@corte.si>2012-12-11 11:42:36 -0800
commit0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe (patch)
treed978718d594eeefcf53967603977888b05939d73 /examples/README
parent9f0db83c486bcf5f6653b4e4164baba27960e1d0 (diff)
parent1c6139e013981bc9279faff41c8e031f74af77c7 (diff)
downloadmitmproxy-0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe.tar.gz
mitmproxy-0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe.tar.bz2
mitmproxy-0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe.zip
Merge pull request #75 from kanzure/whitespacefixing
Make trailing whitespace more consistent
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index 9ea6f9a2..ab06ad27 100644
--- a/examples/README
+++ b/examples/README
@@ -1,8 +1,8 @@
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_form.py Modify all form submissions to add a parameter.
modify_querystring.py Modify all query strings to add a parameters.
-stub.py Script stub with a method definition for every event.
+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.