diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-09-15 11:54:18 +0000 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-09-21 10:38:25 +0200 |
commit | f95784ba9d473f77d18f5391ca45da4d4f1d6e50 (patch) | |
tree | d2875e742f347dcd38e69b733e9c5095266cfa20 /README.rst | |
parent | 4be387d654ef2877fc535c6cb83ff1f32645fd81 (diff) | |
download | mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.tar.gz mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.tar.bz2 mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.zip |
update readme slogan
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,8 +5,8 @@ mitmproxy This repository contains the **mitmproxy** and **pathod** projects. -``mitmproxy`` is an interactive, SSL-capable intercepting proxy with a console -interface. +``mitmproxy`` is an interactive, SSL/TLS-capable intercepting proxy with a console +interface for HTTP/1, HTTP/2, and WebSockets. ``mitmdump`` is the command-line version of mitmproxy. Think tcpdump for HTTP. @@ -28,7 +28,7 @@ and pathod websites. The documentation for mitmproxy is available on our website: -|mitmproxy_docs_stable| |mitmproxy_docs_master| +|mitmproxy_docs_stable| |mitmproxy_docs_master| Join our discussion forum on Discourse to ask questions, help @@ -153,7 +153,7 @@ with the following command: .. |mitmproxy_docs_stable| image:: https://shields.mitmproxy.org/api/docs-stable-brightgreen.svg :target: https://docs.mitmproxy.org/stable/ :alt: mitmproxy documentation stable - + .. |mitmproxy_docs_master| image:: https://shields.mitmproxy.org/api/docs-master-brightgreen.svg :target: https://docs.mitmproxy.org/master/ :alt: mitmproxy documentation master |