[][src]Constant hyper::header::CACHE_CONTROL

pub const CACHE_CONTROL: HeaderName;

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.