ladybird/Userland/Libraries/LibWebSocket
MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path()
This now defaults to serializing the path with percent decoded segments
(which is what all callers expect), but has an option not to. This fixes
`file://` URLs with spaces in their paths.

The name has been changed to serialize_path() path to make it more clear
that this method will generate a new string each call (except for the
cannot_be_a_base_url() case). A few callers have then been updated to
avoid repeatedly calling this function.
2023-04-15 06:37:04 +02:00
..
Impl AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2023-03-13 15:16:20 +00:00
CMakeLists.txt LibWebSocket: Make WebSocketImpl an abstract class 2022-11-09 02:06:33 +01:00
ConnectionInfo.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02: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 AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
WebSocket.h LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00