From 853cd810757a02252402da22ae77cab77c5a3fb6 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 6 Sep 2015 01:37:15 +0200 Subject: docs++ --- docs/features/clientreplay.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/features/clientreplay.rst (limited to 'docs/features/clientreplay.rst') diff --git a/docs/features/clientreplay.rst b/docs/features/clientreplay.rst new file mode 100644 index 00000000..b8ca989e --- /dev/null +++ b/docs/features/clientreplay.rst @@ -0,0 +1,18 @@ +.. _clientreplay: + +Client-side replay +================== + +Client-side replay does what it says on the tin: you provide a previously saved +HTTP conversation, and mitmproxy replays the client requests one by one. Note +that mitmproxy serializes the requests, waiting for a response from the server +before starting the next request. This might differ from the recorded +conversation, where requests may have been made concurrently. + +You may want to use client-side replay in conjunction with the +:ref:`anticache` option, to make sure the server responds with complete data. + +================== ================= +command-line :option:`-c path` +mitmproxy shortcut :kbd:`c` +================== ================= \ No newline at end of file -- cgit v1.2.3 From c4286b15dc3d95f52b7ce5b5292796109fa77f3f Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 7 Sep 2015 10:52:18 +0200 Subject: docs: minor fixes --- docs/features/clientreplay.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features/clientreplay.rst') diff --git a/docs/features/clientreplay.rst b/docs/features/clientreplay.rst index b8ca989e..b0eb6792 100644 --- a/docs/features/clientreplay.rst +++ b/docs/features/clientreplay.rst @@ -15,4 +15,4 @@ You may want to use client-side replay in conjunction with the ================== ================= command-line :option:`-c path` mitmproxy shortcut :kbd:`c` -================== ================= \ No newline at end of file +================== ================= -- cgit v1.2.3