mirror of
https://github.com/curl/curl.git
synced 2026-05-16 02:26:23 +03:00
version: add ws + wss
This commit is contained in:
parent
ef80a87f40
commit
60a3b25dbf
1 changed files with 6 additions and 0 deletions
|
|
@ -367,6 +367,12 @@ static const char * const protocols[] = {
|
|||
#ifndef CURL_DISABLE_TFTP
|
||||
"tftp",
|
||||
#endif
|
||||
#ifdef USE_WEBSOCKETS
|
||||
"ws",
|
||||
#endif
|
||||
#if defined(USE_SSL) && defined(USE_WEBSOCKETS)
|
||||
"wss",
|
||||
#endif
|
||||
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue