mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:43:34 +03:00
websocket-cb: example doing WebSocket download using callback
Very basic Closes #11260
This commit is contained in:
parent
cd18e5c464
commit
0e339b9e72
2 changed files with 70 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue