ladybird/Userland/Libraries/LibWeb/Fetch/Fetching
Andreas Kling a3c8e60710 LibWeb: Implement very basic in-memory HTTP caching
This patch adds a simple in-memory HTTP cache to each WebContent
process.

It's currently off by default (turn it on with --enable-http-cache)
since the validation logic is lacking and incomplete.
2024-06-23 09:37:23 +02:00
..
Checks.cpp LibWeb: Remove OOM propagation from Fetch::Infrastructure::Requests 2024-04-27 07:08:14 +02:00
Checks.h LibWeb: Remove OOM propagation from Fetch::Infrastructure::Requests 2024-04-27 07:08:14 +02:00
FetchedDataReceiver.cpp LibWeb: Support unbuffered fetch requests 2024-05-26 18:29:24 +02:00
FetchedDataReceiver.h LibWeb: Support unbuffered fetch requests 2024-05-26 18:29:24 +02:00
Fetching.cpp LibWeb: Implement very basic in-memory HTTP caching 2024-06-23 09:37:23 +02:00
Fetching.h LibWeb/Fetch: Append the Fetch metadata headers 2024-05-01 12:57:35 +02:00
PendingResponse.cpp LibWeb: Use JS::HeapFunction in Fetch::Fetching::PendingResponse 2024-04-03 18:14:33 +02:00
PendingResponse.h LibWeb: Support unbuffered fetch requests 2024-05-26 18:29:24 +02:00
RefCountedFlag.cpp
RefCountedFlag.h