1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:48:12 +00:00
serenity/Userland/Libraries/LibWebSocket/Impl
DexesTTP d3a89ce737 LibWebSocket: Add a new websocket library
This library currently contains a basic WebSocket client that can
handle both standard TCP websockets and TLS websockets.
2021-04-18 22:42:10 +02:00
..
AbstractWebSocketImpl.cpp LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
AbstractWebSocketImpl.h LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
TCPWebSocketConnectionImpl.cpp LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
TCPWebSocketConnectionImpl.h LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
TLSv12WebSocketConnectionImpl.cpp LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00
TLSv12WebSocketConnectionImpl.h LibWebSocket: Add a new websocket library 2021-04-18 22:42:10 +02:00