diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-12-20 17:30:35 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-12-20 17:37:12 +0100 |
commit | 7de3507f9a3f75a890a946e1c6bd50950c527245 (patch) | |
tree | 667c76324fb539b09d40dd164fbb9b8b9041eb83 | |
parent | fc5783c20e86122ca687aa41b00ca29bc852cc0c (diff) | |
download | mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.tar.gz mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.tar.bz2 mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.zip |
docs: add mitmweb stub
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/mitmweb.rst | 16 | ||||
-rw-r--r-- | docs/screenshots/mitmweb.png | bin | 0 -> 62415 bytes |
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index cd32a1f6..a40a5f62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ mitmproxy mitmdump + mitmweb config .. toctree:: diff --git a/docs/mitmweb.rst b/docs/mitmweb.rst new file mode 100644 index 00000000..e761fdbc --- /dev/null +++ b/docs/mitmweb.rst @@ -0,0 +1,16 @@ +.. _mitmweb: +.. program:: mitmweb + +mitmweb +======= + +**mitmweb** is mitmproxy's web-based user interface that allows interactive examination and modification of HTTP traffic. Like mitmproxy, it differs from mitmdump in that all flows are kept in memory, which means that it's intended for taking and manipulating +small-ish samples. + +.. warning:: + + Mitmweb is currently in beta. We consider it stable for all features currently exposed in the UI, but it still misses a lot of mitmproxy's features. + + +.. image:: screenshots/mitmweb.png + diff --git a/docs/screenshots/mitmweb.png b/docs/screenshots/mitmweb.png Binary files differnew file mode 100644 index 00000000..5f0cc925 --- /dev/null +++ b/docs/screenshots/mitmweb.png |