Files
servo/components/shared
Jan Varga f6bf008ffc libservo: Add initial NetworkManager::cache_entries API (#41386)
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>
2025-12-28 17:50:53 +00:00
..