]> git.ipfire.org Git - thirdparty/curl.git/commit
ws: initial websockets support
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2022 13:11:14 +0000 (15:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2022 13:11:14 +0000 (15:11 +0200)
commit664249d095275ec532f55dd1752d80c8c1093a77
treef8e3add4b66fb64271d22178743f3dc2f1758dcd
parent60a3b25dbf1f211f6ba5216f2d774cfb26cb3e29
ws: initial websockets support

Closes #8995
29 files changed:
CMakeLists.txt
configure.ac
docs/WebSockets.md
docs/libcurl/curl_easy_setopt.3
docs/libcurl/curl_ws_recv.3 [new file with mode: 0644]
docs/libcurl/curl_ws_send.3 [new file with mode: 0644]
docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3
docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/Makefile.am
include/curl/curl.h
include/curl/websockets.h [new file with mode: 0644]
lib/Makefile.inc
lib/c-hyper.c
lib/conncache.c
lib/easy.c
lib/easyif.h
lib/easyoptions.c
lib/http.c
lib/http.h
lib/http2.c
lib/multi.c
lib/sendf.c
lib/setopt.c
lib/url.c
lib/urldata.h
lib/ws.c [new file with mode: 0644]
lib/ws.h [new file with mode: 0644]