Skip to content

Commit

Permalink
protocols: add websocket mentions
Browse files Browse the repository at this point in the history
Closes curl#264
  • Loading branch information
bagder committed Dec 9, 2022
1 parent 04586cf commit 02a23cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions protocols/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,15 @@ terminal connection. See RFC 854. TELNET servers and clients use TCP port 23.
The Trivial File Transfer Protocol (TFTP) is a protocol for doing simple file
transfers over UDP to get a file from or put a file onto a remote host. TFTP
servers and clients use UDP port 69.

## WS

WebSocket is a bidirectional TCP-like protocol, setup over an HTTP(S)
request. WS is the scheme for the clear text version done over plain HTTP.
Experimental support for this was added to curl 7.86.0.

## WSS

WebSocket is a bidirectional TCP-like protocol, setup over an HTTP(S)
request. WSS is the scheme for the secure version done over HTTPS.
Experimental support for this was added to curl 7.86.0.
3 changes: 2 additions & 1 deletion protocols/protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ transfer.
The latest curl (as of this writing) supports these protocols:

DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
MQTT, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP
MQTT, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP,
WS, WSS

To complicate matters further, the protocols often exist in different versions
or flavors as well.
Expand Down
2 changes: 2 additions & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ vtls
Warta
WAV
WB
WS
WSS
web page
WebSocket
whitespace
Expand Down

0 comments on commit 02a23cb

Please sign in to comment.