aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorHenrik Nordstrom <henrik@henriknordstrom.net>2010-11-17 14:11:56 +0100
committerHenrik Nordstrom <henrik@henriknordstrom.net>2011-02-10 02:59:51 +0100
commitd11dd742d8593087959b6f1e0d9cc1f956dee03e (patch)
tree9ac076b44004556cfc83682999a4774639759868 /README.mkd
parent4bae297fbbe294a962116f574ca1b8ae434e0886 (diff)
downloadmitmproxy-d11dd742d8593087959b6f1e0d9cc1f956dee03e.tar.gz
mitmproxy-d11dd742d8593087959b6f1e0d9cc1f956dee03e.tar.bz2
mitmproxy-d11dd742d8593087959b6f1e0d9cc1f956dee03e.zip
Simple record & playback functionality
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index aab92877..52da3f90 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,3 +1,14 @@
+This version is modified to add recording and playback capabilities enabling
+mitmproxy to record a complete session and allow clients to play back the
+same session against the recorded data.
+
+The store is enabled by using the --store=.. option to mitmproxy or by using
+the noninteractive mitmrecord program.
+
+To play back a recorded session use the mitmplayback program.
+
+Original README follows:
+
__mitmproxy__ is an interactive SSL-capable intercepting HTTP proxy. It lets
you to observe, modify and replay requests and responses on the fly. The
underlying library that mitmproxy is built on can also be used to do these