1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:14:58 +00:00
serenity/Userland/Libraries/LibWebSocket
Ali Mohammad Pur 3f614a8fca LibWebSocket: Switch to using Core::Stream
As LibTLS now supports the Core::Stream APIs, we can get rid of the
split paths for TCP/TLS and significantly simplify the code as well.
Provided to you free of charge by the Core::Stream-ification team :^)
2022-02-06 13:10:10 +01:00
..
Impl LibWebSocket: Switch to using Core::Stream 2022-02-06 13:10:10 +01:00
CMakeLists.txt LibWebSocket: Switch to using Core::Stream 2022-02-06 13:10:10 +01:00
ConnectionInfo.cpp LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
ConnectionInfo.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
Message.h Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
WebSocket.cpp LibWebSocket: Switch to using Core::Stream 2022-02-06 13:10:10 +01:00
WebSocket.h LibWebSocket: Switch to using Core::Stream 2022-02-06 13:10:10 +01:00