aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/index.py
diff options
context:
space:
mode:
authorBrad Peabody <bradpeabody@gmail.com>2014-07-24 19:11:16 -0700
committerBrad Peabody <bradpeabody@gmail.com>2014-07-24 19:11:16 -0700
commita1fa34e61c4414898fd489c40d543ffe638c3d22 (patch)
tree44c583ac48990671b444e20054a5845e73dc5041 /doc-src/features/index.py
parent5bb4e37dfda567adb8ae2bc1e98552dd6f87e6fe (diff)
downloadmitmproxy-a1fa34e61c4414898fd489c40d543ffe638c3d22.tar.gz
mitmproxy-a1fa34e61c4414898fd489c40d543ffe638c3d22.tar.bz2
mitmproxy-a1fa34e61c4414898fd489c40d543ffe638c3d22.zip
response streaming doc
Diffstat (limited to 'doc-src/features/index.py')
-rw-r--r--doc-src/features/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-src/features/index.py b/doc-src/features/index.py
index 0618681f..b4d441d1 100644
--- a/doc-src/features/index.py
+++ b/doc-src/features/index.py
@@ -12,4 +12,5 @@ pages = [
Page("replacements.html", "Replacements"),
Page("reverseproxy.html", "Reverse proxy mode"),
Page("upstreamcerts.html", "Upstream Certs"),
+ Page("responsestreaming.html", "Response Streaming"),
]