aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
parentfc5783c20e86122ca687aa41b00ca29bc852cc0c (diff)
downloadmitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.tar.gz
mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.tar.bz2
mitmproxy-7de3507f9a3f75a890a946e1c6bd50950c527245.zip
docs: add mitmweb stub
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
-rw-r--r--docs/mitmweb.rst16
-rw-r--r--docs/screenshots/mitmweb.pngbin0 -> 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
new file mode 100644
index 00000000..5f0cc925
--- /dev/null
+++ b/docs/screenshots/mitmweb.png
Binary files differ