ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Sam Atkins c5f117f1a2 LibWeb/Fetch: Store Body Blob as Ref not Root
To avoid some churn, Body::source() returns the SourceTypeInternal
object, as it's not exposed to JS. The constructor is also adjusted so
that Body::clone() doesn't have to convert to a SourceType and then
immediately back again.
2026-02-17 07:40:03 -05:00
..
Bodies.cpp LibWeb/Fetch: Store Body Blob as Ref not Root 2026-02-17 07:40:03 -05:00
Bodies.h LibWeb/Fetch: Store Body Blob as Ref not Root 2026-02-17 07:40:03 -05:00
CORS.cpp LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
CORS.h LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
MIME.cpp LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
MIME.h LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
Requests.cpp LibHTTP+LibWeb: Purge non-fresh entries from the memory cache 2026-01-19 08:02:14 -05:00
Requests.h LibHTTP+LibWeb: Move Infrastructure::Request::CacheMode to LibHTTP 2026-01-22 07:05:06 -05:00
Responses.cpp LibWeb: Do not perform any cache revalidation from WebContent 2026-01-19 08:02:14 -05:00
Responses.h LibWeb: Do not perform any cache revalidation from WebContent 2026-01-19 08:02:14 -05: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