aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-01-16 11:31:47 +0100
committerGitHub <noreply@github.com>2017-01-16 11:31:47 +0100
commitea20bfb233a9cad44755417ec0a353bfab116fda (patch)
treeeb97b306ae05faa21975709cf450433a2f5c5361
parent345a4597203686bf926fd11ab271a13f0d804142 (diff)
parent95cca4ce75a04cf96cb1ca5611f63714d2e66b05 (diff)
downloadmitmproxy-ea20bfb233a9cad44755417ec0a353bfab116fda.tar.gz
mitmproxy-ea20bfb233a9cad44755417ec0a353bfab116fda.tar.bz2
mitmproxy-ea20bfb233a9cad44755417ec0a353bfab116fda.zip
Merge pull request #1932 from wufeifei/patch-2
update stream.py
-rw-r--r--examples/complex/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/complex/README.md b/examples/complex/README.md
index 8378690c..452f2395 100644
--- a/examples/complex/README.md
+++ b/examples/complex/README.md
@@ -12,7 +12,7 @@
| nonblocking.py | Demonstrate parallel processing with a blocking script |
| remote_debug.py | This script enables remote debugging of the mitmproxy _UI_ with PyCharm. |
| sslstrip.py | sslstrip-like funtionality implemented with mitmproxy |
-| stream | Enable streaming for all responses. |
+| stream.py | Enable streaming for all responses. |
| stream_modify.py | Modify a streamed response body. |
| tcp_message.py | Modify a raw TCP connection |
-| tls_passthrough.py | Use conditional TLS interception based on a user-defined strategy. | \ No newline at end of file
+| tls_passthrough.py | Use conditional TLS interception based on a user-defined strategy. |