ladybird/Services
Timothy Flynn 20cd19be4d RequestServer: Store HTTP response headers in the cache index
We currently store response headers in the cache entry file, before the
response body. When we implement cache revalidation, we will need to
update the stored response headers with whatever headers are received
in a 304 response. It's not unlikely that those headers will have a size
that differs from the stored headers. We would then have to rewrite the
entire response body after the new headers.

Instead of dealing with those inefficiencies, let's instead store the
response headers in the cache index. This will allow us to update the
headers with a simple SQL query.
2025-11-02 13:03:29 -05:00
..
ImageDecoder CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
RequestServer RequestServer: Store HTTP response headers in the cache index 2025-11-02 13:03:29 -05:00
WebContent CMake: Remove unnecessary WebContent dependencies on Windows 2025-11-01 07:58:12 -04:00
WebDriver CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
WebWorker CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00