Crate reqwest_cache

Source
Expand description

DEPRECATION NOTICE: This crate is unmaintained. Use http-cache-reqwest instead.

Structsยง

CacheMiddleware
Middleware that caches responses based on [HTTP cache headers].
CacheOptions
Configuration options which control behavior of the cache. Use with CachePolicy::new_options().