cmdline-opts/_PROTOCOLS.md: mention WS(S)

Closes #13891
This commit is contained in:
Daniel Stenberg 2024-06-05 11:08:33 +02:00
parent dfbf2b7afa
commit 5bfd0cd9b8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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.