ladybird/Services
Andreas Kling 837d5fb7ea RequestServer: Add heuristic cacheability and freshness per RFC 9111
This commit extends is_cacheable() to allow storage of responses that
rely on heuristic cacheability, including status codes defined as
heuristically cacheable.

We implement heuristic freshness lifetime calculation based on the
Last-Modified header as guidance, and apply it when no explicit
expiration information is present.
2025-11-15 10:07:49 -05:00
..
ImageDecoder ImageDecoder+LibWeb: Perform initial alpha conversion in ImageDecoder 2025-11-06 17:56:29 +01:00
RequestServer RequestServer: Add heuristic cacheability and freshness per RFC 9111 2025-11-15 10:07:49 -05:00
WebContent LibWeb: Avoid invoking Trusted Types where avoidable 2025-11-06 11:43:06 -05:00
WebDriver LibCore: Remove unused KeepAsChild and disown mechanisms 2025-11-07 11:27:51 +01:00
WebWorker LibWeb: Remove exception throwing from Fetch 2025-11-07 04:08:30 +01:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00