diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-01-16 11:17:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 11:17:42 +0100 |
commit | 345a4597203686bf926fd11ab271a13f0d804142 (patch) | |
tree | 2f9be77084f909dd46721b35ea1595cd1b7f4a08 | |
parent | 78fe04ca9df104802de5512755498a3caa7c4d71 (diff) | |
parent | eaaec4353d60b87499e0d0691f6e4fb002b1a7de (diff) | |
download | mitmproxy-345a4597203686bf926fd11ab271a13f0d804142.tar.gz mitmproxy-345a4597203686bf926fd11ab271a13f0d804142.tar.bz2 mitmproxy-345a4597203686bf926fd11ab271a13f0d804142.zip |
Merge pull request #1931 from wufeifei/patch-1
update log_events.py
-rw-r--r-- | examples/simple/README.md | 4 |
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. | |