aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-02-27 14:47:50 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-02-27 14:47:50 +0100
commit8d975e80ffbbf2af5f1d097a21dbb33e17acc6a1 (patch)
tree23989c9af0e84e06fc844b6029ec8087014c5387 /doc-src
parent595bde2202880971907096e4eeddb2b298c02d07 (diff)
parent5916767e036c6c7a816aa964bcd2b2721c7316bb (diff)
downloadmitmproxy-8d975e80ffbbf2af5f1d097a21dbb33e17acc6a1.tar.gz
mitmproxy-8d975e80ffbbf2af5f1d097a21dbb33e17acc6a1.tar.bz2
mitmproxy-8d975e80ffbbf2af5f1d097a21dbb33e17acc6a1.zip
Merge remote-tracking branch 'sakurai/feature/issue319'
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/features/responsestreaming.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc-src/features/responsestreaming.html b/doc-src/features/responsestreaming.html
index 47fafef7..20785269 100644
--- a/doc-src/features/responsestreaming.html
+++ b/doc-src/features/responsestreaming.html
@@ -40,6 +40,9 @@ Responses that should be tagged for streaming by setting their respective .strea
$!example("examples/stream.py")!$
+In addition, if the .stream attribute is callable, .stream will work as a hook in chunk data processing.
+
+$!example("examples/stream_modify.py")!$
<h2>Implementation Details</h2>