We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba6ea5 commit d480a0cCopy full SHA for d480a0c
http-cache-reqwest/src/lib.rs
@@ -61,7 +61,7 @@ use std::{
61
pub use http::request::Parts;
62
use http::{
63
header::{HeaderName, CACHE_CONTROL},
64
- HeaderValue, Method, Extensions,
+ Extensions, HeaderValue, Method,
65
};
66
use http_cache::{
67
BoxError, HitOrMiss, Middleware, Result, XCACHE, XCACHELOOKUP,
0 commit comments