websocket-cb: example doing WebSocket download using callback

Very basic

Closes #11260
This commit is contained in:
Daniel Stenberg 2023-06-07 10:00:14 +02:00
parent cd18e5c464
commit 0e339b9e72
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 70 additions and 1 deletions

View file

@ -117,7 +117,8 @@ check_PROGRAMS = \
smtp-vrfy \
sslbackend \
url2file \
urlapi
urlapi \
websocket-cb
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.