diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-11-13 16:18:29 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-11-23 10:18:45 +0100 |
commit | ffb3988dc9ef3f7f8137b913edb7986e148e0dc4 (patch) | |
tree | 2eb6ceeed50f1832aa97e023b0ad497602232367 /docs/features | |
parent | a6c608e08595e95279713e51e2a346344bd290c0 (diff) | |
download | mitmproxy-ffb3988dc9ef3f7f8137b913edb7986e148e0dc4.tar.gz mitmproxy-ffb3988dc9ef3f7f8137b913edb7986e148e0dc4.tar.bz2 mitmproxy-ffb3988dc9ef3f7f8137b913edb7986e148e0dc4.zip |
rename WebSocket{s,} protocol
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/tcpproxy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/tcpproxy.rst b/docs/features/tcpproxy.rst index 1d6fbd12..e24620e2 100644 --- a/docs/features/tcpproxy.rst +++ b/docs/features/tcpproxy.rst @@ -3,7 +3,7 @@ TCP Proxy ========= -WebSockets or other non-HTTP protocols are not supported by mitmproxy yet. However, you can exempt +Non-HTTP protocols are not supported by mitmproxy yet. However, you can exempt hostnames from processing, so that mitmproxy acts as a generic TCP forwarder. This feature is closely related to the :ref:`passthrough` functionality, but differs in two important aspects: |