Crate reqwest_drive
Source - CachePolicy
- Defines the caching policy for storing and retrieving responses.
- DriveCache
- Provides an HTTP cache layer backed by a
SIMD R Drive data store. - DriveThrottleBackoff
- Implements a throttling and exponential backoff middleware for HTTP requests.
- ThrottlePolicy
- Defines the throttling and backoff behavior for handling HTTP requests.
- init_cache
- Initializes only the cache middleware with a file-based data store.
- init_cache_with_drive
- Initializes only the cache middleware using an existing
Arc<DataStore>. - init_cache_with_drive_and_throttle
- Initializes both cache and throttle middleware using an existing
Arc<DataStore>. - init_cache_with_throttle
- Initializes both cache and throttle middleware with a file-based data store.