aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/README.md
diff options
context:
space:
mode:
authorjbrule <jbrulz@gmail.com>2018-10-12 14:56:58 -0500
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-10-12 21:56:58 +0200
commit57868ef5fab5c9f101126ec7981db2d769b22a4f (patch)
tree2d7fe8b30ece9cfcac2085e4e8a3669e7f8030f2 /examples/simple/README.md
parent82797efe9f1fed48022cc9bb3f3133db3635c07b (diff)
downloadmitmproxy-57868ef5fab5c9f101126ec7981db2d769b22a4f.tar.gz
mitmproxy-57868ef5fab5c9f101126ec7981db2d769b22a4f.tar.bz2
mitmproxy-57868ef5fab5c9f101126ec7981db2d769b22a4f.zip
Added link_expander.py example to simple examples (#3348)
Diffstat (limited to 'examples/simple/README.md')
-rw-r--r--examples/simple/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/simple/README.md b/examples/simple/README.md
index 2fafdd5a..66a05b30 100644
--- a/examples/simple/README.md
+++ b/examples/simple/README.md
@@ -8,6 +8,7 @@
| filter_flows.py | This script demonstrates how to use mitmproxy's filter pattern in scripts. |
| io_read_dumpfile.py | Read a dumpfile generated by mitmproxy. |
| io_write_dumpfile.py | Only write selected flows into a mitmproxy dumpfile. |
+| link_expander.py | Discover relative links in HTML traffic and replace them with absolute paths |
| log_events.py | Use mitmproxy's logging API. |
| modify_body_inject_iframe.py | Inject configurable iframe into pages. |
| modify_form.py | Modify HTTP form submissions. |