ladybird/Libraries/LibWebSocket
Andrew Kaster 71942d53eb LibWebSocket+RequestServer: Add a WebSocketImpl using libcurl
This implementation can be better improved in the future by ripping
out a lot of the manual logic in LibWebSocket and rely on libcurl to
parse our message payloads. But for now, this uses the 'raw mode' of
curl websockets in connect-only mode to allow for somewhat seamless
integration into our event loop.
2025-02-20 15:04:50 -07:00
..
Impl LibWebSocket+RequestServer: Add a WebSocketImpl using libcurl 2025-02-20 15:04:50 -07:00
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ConnectionInfo.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ConnectionInfo.h LibWebSocket: Support specifying root certificate path 2025-02-17 19:52:43 +01:00
Message.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebSocket.cpp LibWebSocket+RequestServer: Add a WebSocketImpl using libcurl 2025-02-20 15:04:50 -07:00
WebSocket.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00