mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
Add initial support in `NetworkManager` for listing entries currently
stored
in the HTTP cache. Each returned entry is identified by its cache key
(URL).
The necessary support has been added to the net crate to expose cache
entry
information.
Testing: A new integration test has been added.
---------
Signed-off-by: Jan Varga <jvarga@igalia.com>
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>