pub fn if_modified_since(last_modified: HttpDate, headers: &HeaderMap) -> bool
Expand description
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