ladybird/Tests/LibHTTP
Andreas Kling c0b19ff981 RequestServer: Send bytecode cache sidecars as files
Map JavaScript bytecode cache sidecars from the HTTP disk cache instead
of copying them into anonymous shared buffers while handing response
headers to WebContent. Store the mapped data as ImmutableBytes on the
fetch response so script fetching can decode directly from the mapped
sidecar bytes.

Add LibHTTP coverage for retrieving associated cache data as a mappable
file, alongside the existing byte-buffer retrieval API.
2026-05-16 08:13:35 +02:00
..
CMakeLists.txt LibHTTP: Store associated data with disk cache entries 2026-05-06 08:20:06 +02:00
TestCacheIndex.cpp LibHTTP: Store associated data with disk cache entries 2026-05-06 08:20:06 +02:00
TestCacheUtilities.cpp LibHTTP: Implement the must-understand cache directive 2026-02-14 14:34:34 -05:00
TestDiskCache.cpp RequestServer: Send bytecode cache sidecars as files 2026-05-16 08:13:35 +02:00
TestHTTPUtils.cpp LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00