ladybird/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Linus Groh 1032ac2453 LibWeb/Fetch: Store Response error message as a String{,View} variant
The majority of error strings are StringView literals, and it seems
silly to require heap-allocating strings for these.

This idea is stolen from a recent change in fd1fbad :^)
2023-03-03 19:50:36 +00:00
..
Bodies.cpp LibWeb/Fetch: Port infrastructure to new String 2023-03-03 09:25:34 +00:00
Bodies.h LibWeb/Fetch: Port infrastructure to new String 2023-03-03 09:25:34 +00:00
Headers.cpp LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type() 2023-03-03 11:02:21 +00:00
Headers.h LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type() 2023-03-03 11:02:21 +00:00
Methods.cpp LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace 2022-07-19 00:27:35 +01:00
Methods.h LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace 2022-07-19 00:27:35 +01:00
Requests.cpp LibWeb/Fetch: Port infrastructure to new String 2023-03-03 09:25:34 +00:00
Requests.h LibWeb/Fetch: Port infrastructure to new String 2023-03-03 09:25:34 +00:00
Responses.cpp LibWeb/Fetch: Store Response error message as a String{,View} variant 2023-03-03 19:50:36 +00:00
Responses.h LibWeb/Fetch: Store Response error message as a String{,View} variant 2023-03-03 19:50:36 +00:00
Statuses.cpp LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace 2022-07-19 00:27:35 +01:00
Statuses.h LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace 2022-07-19 00:27:35 +01:00