pub fn if_none_match(etag: &EntityTag, headers: &HeaderMap) -> bool
Matches given ETag against If-None-Match header.
If-None-Match
Returns true if matching value found is not found or misses the header
true