aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFeei <wufeifei@wufeifei.com>2017-01-16 18:11:18 +0800
committerGitHub <noreply@github.com>2017-01-16 18:11:18 +0800
commiteaaec4353d60b87499e0d0691f6e4fb002b1a7de (patch)
tree2f9be77084f909dd46721b35ea1595cd1b7f4a08 /examples
parent78fe04ca9df104802de5512755498a3caa7c4d71 (diff)
downloadmitmproxy-eaaec4353d60b87499e0d0691f6e4fb002b1a7de.tar.gz
mitmproxy-eaaec4353d60b87499e0d0691f6e4fb002b1a7de.tar.bz2
mitmproxy-eaaec4353d60b87499e0d0691f6e4fb002b1a7de.zip
update log_events.py
Diffstat (limited to 'examples')
-rw-r--r--examples/simple/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/simple/README.md b/examples/simple/README.md
index 52f15627..5a7782db 100644
--- a/examples/simple/README.md
+++ b/examples/simple/README.md
@@ -7,7 +7,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. |
-| logging.py | Use mitmproxy's logging API. |
+| 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. |
| modify_querystring.py | Modify HTTP query strings. |
@@ -15,4 +15,4 @@
| script_arguments.py | Add arguments to a script. |
| send_reply_from_proxy.py | Send a HTTP response directly from the proxy. |
| upsidedownternet.py | Turn all images upside down. |
-| wsgi_flask_app.py | Embed a WSGI app into mitmproxy. | \ No newline at end of file
+| wsgi_flask_app.py | Embed a WSGI app into mitmproxy. |