surf-middleware-cache
A caching middleware for Surf that follows HTTP caching rules, thanks to http-cache-semantics. By default it uses cacache as the backend cache manager.
Install
With cargo add installed :
Example
use ;
async
Features
The following features are available. By default manager-cacache is enabled.
manager-cacache(default): use cacache, a high-performance disk cache, for the manager backend.
Documentation
License
This project is licensed under the Apache-2.0 License