1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:34:57 +00:00
serenity/Userland/Libraries/LibProtocol
Ali Mohammad Pur 5232afa13d RequestServer+LibProtocol: Make starting requests fully async
This makes it so the clients don't have to wait for RS to become
responsive, potentially allowing them to do other things while RS
handles the connections.
Fixes #23306.
2024-02-26 14:13:37 +01:00
..
CMakeLists.txt Ladybird: Add WebSocket server for use by Lagom networking 2023-08-03 09:55:20 +02:00
Request.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
Request.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
RequestClient.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
RequestClient.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
WebSocket.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocket.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketClient.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketClient.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30