Crate reqwest_cache

source ·
Expand description

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

Structs§

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