Function if_unmodified_since

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

Matches Last-Modified against If-Unmodified-Since

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