axmol/core/network
RH a1a444384e
Ability to disable default implementations of HTTP and WebSocket clients (#1656)
* Allow HttpClient and Websocket implementations to be excluded from build

* Allow LLHTTP to be excluded from build

* Add descriptions of new options

* Rename options based on current convention of AX_ENABLE_XXX
2024-02-06 22:19:03 +08:00
..
CMakeLists.txt Ability to disable default implementations of HTTP and WebSocket clients (#1656) 2024-02-06 22:19:03 +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 Fix typo 2024-01-06 18:45: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