diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-06 13:19:46 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-06 13:19:46 +1200 |
commit | f0122f1403bc92eac790ca2b4e1d06bcf45bf745 (patch) | |
tree | dff51ec455995334fab7ac6c092a1b91184cfad8 /examples/README | |
parent | f23818ceeaac88f266674ea518878a17a74a1d16 (diff) | |
download | mitmproxy-f0122f1403bc92eac790ca2b4e1d06bcf45bf745.tar.gz mitmproxy-f0122f1403bc92eac790ca2b4e1d06bcf45bf745.tar.bz2 mitmproxy-f0122f1403bc92eac790ca2b4e1d06bcf45bf745.zip |
API docs.
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/README b/examples/README new file mode 100644 index 00000000..edb70c51 --- /dev/null +++ b/examples/README @@ -0,0 +1,5 @@ + +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 + |