ladybird/Libraries/LibWeb/Fetch/Fetching
Timothy Flynn 2453f0bc04 LibHTTP+LibWeb: Use LibHTTP's cache implementation in LibWeb
There are a couple of remaining RFC 9111 methods in LibWeb's Fetch, but
these are currently directly tied to the way we store GC-allocated HTTP
response objects. So de-coupling that is left as a future exercise.
2025-11-29 08:35:02 -05:00
..
Checks.cpp LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Checks.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
FetchedDataReceiver.cpp LibWeb: Use unbuffered network requests for all Fetch requests 2025-11-20 06:29:13 -05:00
FetchedDataReceiver.h LibWeb: Use unbuffered network requests for all Fetch requests 2025-11-20 06:29:13 -05:00
Fetching.cpp LibHTTP+LibWeb: Use LibHTTP's cache implementation in LibWeb 2025-11-29 08:35:02 -05:00
Fetching.h LibWeb: Add some tests that exercise the HTTP disk cache 2025-11-20 09:33:49 +01:00
PendingResponse.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PendingResponse.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
RefCountedFlag.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RefCountedFlag.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00