[−][src]Function http_fs::file::if_modified_since
pub fn if_modified_since(last_modified: HttpDate, headers: &HeaderMap) -> bool
Matches Last-Modified against If-Modified-Since
Returns true if Last-Modified is before If-Modified-Since, header is missing or
If-None-Matches is present