pub fn add_cache_headers<B>(
response: &mut Response<B>,
cache_control: CacheControl,
)Expand description
Adds cache headers to a response.
pub fn add_cache_headers<B>(
response: &mut Response<B>,
cache_control: CacheControl,
)Adds cache headers to a response.