mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
HTMLLinkElement is the final user of Resource/ResourceClient (used for preloads and icons). This ports these link types to use fetch according to the spec. Preloads were particularly goofy because they would be stored in the ResourceLoader's ad-hoc cache. But this cache was never consulted for organic loads, thus were never used. There is more work to be done to use these preloads within fetch, but for now they at least are stored in fetch's HTTP cache for re-use. |
||
|---|---|---|
| .. | ||
| Bodies.cpp | ||
| Bodies.h | ||
| Headers.cpp | ||
| Headers.h | ||
| Methods.cpp | ||
| Methods.h | ||
| Requests.cpp | ||
| Requests.h | ||
| Responses.cpp | ||
| Responses.h | ||
| Statuses.cpp | ||
| Statuses.h | ||