Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

support.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

Support

To figure out if your libcurl installation supports WebSocket, you can call curl_version_info() 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.