Constant tauri::http::header::CACHE_CONTROL
x3A;:header::CACHE_CONTROL,
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.