-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebSocket is not experimental anymore
- Loading branch information
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# Support | ||
|
||
WebSocket is an **EXPERIMENTAL** feature present in libcurl 7.86.0 and | ||
later. Since it is experimental, you need to explicitly enable it in the build | ||
for it to be present and available. | ||
|
||
To figure out if your libcurl installation supports WebSocket, you can call | ||
[`curl_version_info()`](../../libcurl/api.md) and check the `->protocols` fields in the | ||
returned struct. It should contain `ws` for it to be present, and probably | ||
also `wss`. | ||
|
||
WebSocket is supported by default since 8.11.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters