ladybird/Userland/Libraries/LibProtocol
Ben Wiederhake d030f0fe9b WebSocket: Avoid unnecessary IPC::Dictionary wrapper
We already have and use HashMap<DeprecatedString, DeprecatedString>
nearly everywhere, which is equivalent.
2023-05-21 07:53:45 +02:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Request.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
Request.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
RequestClient.cpp RequestServer: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
RequestClient.h RequestServer: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
WebSocket.cpp LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00
WebSocket.h LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00
WebSocketClient.cpp WebSocket: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
WebSocketClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00