diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-08 21:35:15 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-08 21:35:15 +0200 |
commit | e63ef3a520075407f1a9d0584fb228d318834244 (patch) | |
tree | 710f418e7d3d6b3c71679509911fc7f1bb6c9ac3 /examples/README | |
parent | 8dfa15c2d460839667092e578311fad53cf7bea9 (diff) | |
download | mitmproxy-e63ef3a520075407f1a9d0584fb228d318834244.tar.gz mitmproxy-e63ef3a520075407f1a9d0584fb228d318834244.tar.bz2 mitmproxy-e63ef3a520075407f1a9d0584fb228d318834244.zip |
add inline script for conditional tls passthrough
fix #646
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README b/examples/README index adfcd0f2..b4dec8e5 100644 --- a/examples/README +++ b/examples/README @@ -1,3 +1,7 @@ +Some inline scripts may require additional dependencies, which can be installed using +`pip install mitmproxy[examples]`. + + # inline script examples add_header.py Simple script that just adds a header to every request. change_upstream_proxy.py Dynamically change the upstream proxy |