json-ld icon indicating copy to clipboard operation
json-ld copied to clipboard

Caching support for `ReqwestLoader`

Open damooo opened this issue 2 years ago • 0 comments

http-cache-reqwest provides simple reqwest middleware, that adds support for caching based on http cache semantics. It allows on-disk cache using cacache, or in-memory caching using moka (which would be much simple). It would be highly useful for caching jsonld contexts.

damooo avatar Nov 08 '23 08:11 damooo