ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Timothy Flynn ed27eea091 LibWeb: Do not copy the result of HeaderList::extract_header_list_values
There's no need to copy the Vector out of this result every time we call
it. We can move it out or access it directly.
2025-11-26 09:15:06 -05:00
..
Bodies.cpp LibWeb: Add "parallel queue" and allow it as fetch task destination 2025-07-17 00:13:39 +02:00
Bodies.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Headers.cpp LibWeb: Simplify Fetch's build-content-range implementation 2025-11-26 09:15:06 -05:00
Headers.h LibWeb: Simplify Fetch's build-content-range implementation 2025-11-26 09:15:06 -05:00
Methods.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Methods.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Requests.cpp AK+LibWeb: Make StringBase::bytes() lvalue-only 2025-11-25 13:02:20 -05:00
Requests.h LibWeb: Delete unused BufferPolicy from fetch Request 2025-11-20 06:29:13 -05:00
Responses.cpp LibWeb: Do not copy the result of HeaderList::extract_header_list_values 2025-11-26 09:15:06 -05:00
Responses.h Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
Statuses.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Statuses.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00