ladybird/Userland/Libraries/LibWebSocket
Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Let's make it clear that these functions deal with ASCII case only.
2023-03-10 13:15:44 +01:00
..
Impl LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
CMakeLists.txt LibWebSocket: Make WebSocketImpl an abstract class 2022-11-09 02:06:33 +01:00
ConnectionInfo.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
ConnectionInfo.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Message.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WebSocket.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
WebSocket.h LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00