Constant reqwest::header::CACHE_CONTROL
source ยท pub const CACHE_CONTROL: HeaderName;
Expand description
Specifies directives for caching mechanisms in both requests and responses.
Caching directives are unidirectional, meaning that a given directive in a request is not implying that the same directive is to be given in the response.