[][src]Function http_fs::file::if_unmodified_since

pub fn if_unmodified_since(last_modified: HttpDate, headers: &HeaderMap) -> bool

Matches Last-Modified against If-Unmodified-Since

Returns true if Last-Modified is not after If-Unmodified-Since Or the header is missing