From 5bfd0cd9b8fbf3d645f84faea4920d1fc079cd9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Jun 2024 11:08:33 +0200 Subject: [PATCH] cmdline-opts/_PROTOCOLS.md: mention WS(S) Closes #13891 --- docs/cmdline-opts/_PROTOCOLS.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.3