From: Daniel Stenberg Date: Wed, 5 Jun 2024 09:08:33 +0000 (+0200) Subject: cmdline-opts/_PROTOCOLS.md: mention WS(S) X-Git-Tag: curl-8_9_0~286 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bfd0cd9b8fbf3d645f84faea4920d1fc079cd9b;p=thirdparty%2Fcurl.git cmdline-opts/_PROTOCOLS.md: mention WS(S) Closes #13891 --- diff --git a/docs/cmdline-opts/_PROTOCOLS.md b/docs/cmdline-opts/_PROTOCOLS.md index 0d4c2374ef..af7019ab0a 100644 --- a/docs/cmdline-opts/_PROTOCOLS.md +++ b/docs/cmdline-opts/_PROTOCOLS.md @@ -49,3 +49,5 @@ Fetching a telnet URL starts an interactive session where it sends what it reads on stdin and outputs what the server sends it. ## TFTP curl can do TFTP downloads and uploads. +## WS(S) +WebSocket done over HTTP/1. WSS implies that it works over HTTPS.