Christian Haynes

Results 74 comments of Christian Haynes

@joelwurtz Added that implementation along with some tests to serve as examples, seems to work pretty well. Curious if you believe this solution would meet the requirements on your end

Made a few adjustments and currently the flow looks about like: ```rust use http_cache_reqwest::{Cache, CacheMode, HttpCache, HttpCacheOptions}; use http_cache::{CACacheManager, HttpCacheMetadata}; use reqwest::Client; use reqwest_middleware::ClientBuilder; use std::sync::Arc; #[tokio::main] async fn main()...

Thanks for the report! I'll make sure to address this in the next update.

I'll look into formatting and clippy errors. Also @nhynes, if you're looking for a maintainer to help keep this up to date I'd be happy to help with tasks like...