axmol/core/network
RH 9ca77602bb
Add sub-protocol and optional header support to WebSocket connection (#1565)
* Add sub-protocol and optional header support to WebSocket connection
Unsolicited WebSocket PONG messages received should be ignored

* Set custom headers via setHeaders method for native WebSocket implementation.
Ensure WASM WebSocket interface has same constructor as native interface

* Fix temporary string reference
Ensure passed url is passed as null terminated string
2024-01-02 19:10:51 +08:00
..
CMakeLists.txt Add websocket support (#1536) 2023-12-31 22:23:25 +08:00
Downloader-curl.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
Downloader-curl.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
Downloader-wasm.cpp Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
Downloader-wasm.h WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
Downloader.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
Downloader.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
HttpClient-wasm.cpp WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
HttpClient-wasm.h WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
HttpClient.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
HttpClient.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
HttpCookie.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
HttpCookie.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
HttpRequest.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
HttpResponse.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
IDownloaderImpl.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
Uri.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
Uri.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
WebSocket-wasm.cpp Add sub-protocol and optional header support to WebSocket connection (#1565) 2024-01-02 19:10:51 +08:00
WebSocket-wasm.h Add sub-protocol and optional header support to WebSocket connection (#1565) 2024-01-02 19:10:51 +08:00
WebSocket.cpp Add sub-protocol and optional header support to WebSocket connection (#1565) 2024-01-02 19:10:51 +08:00
WebSocket.h Add sub-protocol and optional header support to WebSocket connection (#1565) 2024-01-02 19:10:51 +08:00