diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-16 23:11:38 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-16 23:11:38 +1300 |
commit | d1fb761ae77dd0bac834a0f823a32b465a56f132 (patch) | |
tree | c2abe13f971369f0674c0bb67d8da9c0c320f2e1 | |
parent | d9374ff97b07eb517d36aca8f81c3d6a7c7d93cc (diff) | |
download | mitmproxy-d1fb761ae77dd0bac834a0f823a32b465a56f132.tar.gz mitmproxy-d1fb761ae77dd0bac834a0f823a32b465a56f132.tar.bz2 mitmproxy-d1fb761ae77dd0bac834a0f823a32b465a56f132.zip |
Clean up README.mk
HNO's changes are now back in base. Hooray.
-rw-r--r-- | README.mkd | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,14 +1,3 @@ -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 |