diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-12-26 18:33:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-26 18:33:58 +0100 |
commit | 4b1224e592aa5e0aac3db48d0e15da92e47faeae (patch) | |
tree | d85ae749da6b6381295c127579da74a1281b4502 /docs | |
parent | cd6a4afc050235ef809fe72bfc618b9727a44b99 (diff) | |
download | mitmproxy-4b1224e592aa5e0aac3db48d0e15da92e47faeae.tar.gz mitmproxy-4b1224e592aa5e0aac3db48d0e15da92e47faeae.tar.bz2 mitmproxy-4b1224e592aa5e0aac3db48d0e15da92e47faeae.zip |
add mitmweb explanation to introduction
Diffstat (limited to 'docs')
-rw-r--r-- | docs/introduction.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst index 880e28c2..c33cfe48 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -6,6 +6,8 @@ with a console interface. **mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP. +**mitmweb** is a web-based interface for mitmproxy. + Documentation, tutorials and distribution packages can be found on the mitmproxy website: `mitmproxy.org <https://mitmproxy.org/>`_ |