History log of /curl/docs/examples/websocket-cb.c (Results 1 – 3 of 3)
Revision Date Author Comments
# f540e43b 27-Feb-2024 Daniel Stenberg

examples: use present tense in comments

remove "will" and some other word fixes

Closes #13003


# 78886afb 07-Jun-2023 Daniel Stenberg

ws: make the curl_ws_meta() return pointer a const

The returned info is read-only for the user.

Closes #11261


# 0e339b9e 07-Jun-2023 Daniel Stenberg

websocket-cb: example doing WebSocket download using callback

Very basic

Closes #11260