aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-10-16 20:50:09 +1300
committerGitHub <noreply@github.com>2016-10-16 20:50:09 +1300
commite4a32d6844963c09a8d4488f46277e2dcbeda3ab (patch)
treeb1553be2db96b8717554db9c8449bada4c8648f7 /docs/features
parent26af9b29fc3fed60a003d097b3470e85115b2161 (diff)
parent00603021d9d486e3e16511eee273d26f59a3ab10 (diff)
downloadmitmproxy-e4a32d6844963c09a8d4488f46277e2dcbeda3ab.tar.gz
mitmproxy-e4a32d6844963c09a8d4488f46277e2dcbeda3ab.tar.bz2
mitmproxy-e4a32d6844963c09a8d4488f46277e2dcbeda3ab.zip
Merge pull request #1602 from cortesi/scriptdocs
docs: stub out new script documentation
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/clientreplay.rst2
-rw-r--r--docs/features/responsestreaming.rst6
-rw-r--r--docs/features/serverreplay.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/features/clientreplay.rst b/docs/features/clientreplay.rst
index 50740bcf..ebe40b5f 100644
--- a/docs/features/clientreplay.rst
+++ b/docs/features/clientreplay.rst
@@ -14,5 +14,5 @@ You may want to use client-side replay in conjunction with the
================== ===========
command-line ``-c path``
-mitmproxy shortcut :kbd:`c`
+mitmproxy shortcut :kbd:`R` then :kbd:`c`
================== ===========
diff --git a/docs/features/responsestreaming.rst b/docs/features/responsestreaming.rst
index 66b5cae0..1d5726c4 100644
--- a/docs/features/responsestreaming.rst
+++ b/docs/features/responsestreaming.rst
@@ -35,10 +35,10 @@ command-line ``--stream SIZE``
Customizing Response Streaming
------------------------------
-You can also use an :ref:`inlinescripts` to customize exactly
-which responses are streamed.
+You can also use a script to customize exactly which responses are streamed.
-Responses that should be tagged for streaming by setting their ``.stream`` attribute to ``True``:
+Responses that should be tagged for streaming by setting their ``.stream``
+attribute to ``True``:
.. literalinclude:: ../../examples/stream.py
:caption: examples/stream.py
diff --git a/docs/features/serverreplay.rst b/docs/features/serverreplay.rst
index d70b6514..f545d4a5 100644
--- a/docs/features/serverreplay.rst
+++ b/docs/features/serverreplay.rst
@@ -35,5 +35,5 @@ the :kbd:`o` options shortcut within :program:`mitmproxy`.
================== ===========
command-line ``-S path``
-mitmproxy shortcut :kbd:`S`
+mitmproxy shortcut :kbd:`R` then :kbd:`s`
================== ===========