]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts/_PROTOCOLS.md: mention WS(S)
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Jun 2024 09:08:33 +0000 (11:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Jun 2024 10:53:29 +0000 (12:53 +0200)
Closes #13891

docs/cmdline-opts/_PROTOCOLS.md

index 0d4c2374efad969fea9e7547c8715cd314ed5ad6..af7019ab0af097b1743b99efbeca41b3a7389442 100644 (file)
@@ -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.