reqwest-middleware-cache
A caching middleware for reqwest that follows HTTP caching rules, thanks to http-cache-semantics. By default it uses cacache as the backend cache manager. Uses reqwest-middleware for middleware support.
Install
Cargo.toml
[]
= "0.1.0"
With cargo add installed :
Example
use Client;
use ;
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