1 2 3
pub const CACHE_CONTROL_STATIC_ASSETS: &str = "public, max-age=31536000, immutable"; pub const CACHE_CONTROL_SHORT_TERM: &str = "public, max-age=3600"; pub const EXPIRES_FAR_FUTURE: &str = "Wed, 1 Apr 8888 00:00:00 GMT";