aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mitmweb.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-20 17:30:35 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-12-20 17:37:12 +0100
commit7de3507f9a3f75a890a946e1c6bd50950c527245 (patch)
tree667c76324fb539b09d40dd164fbb9b8b9041eb83 /docs/mitmweb.rst
parentfc5783c20e86122ca687aa41b00ca29bc852cc0c (diff)
downloadmitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.tar.gz
mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.tar.bz2
mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.zip
docs: add mitmweb stub
Diffstat (limited to 'docs/mitmweb.rst')
-rw-r--r--docs/mitmweb.rst16
1 files changed, 16 insertions, 0 deletions
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
+