Function http_fs::file::if_none_match

source ·
pub fn if_none_match(etag: &EntityTag, headers: &HeaderMap) -> bool
Expand description

Matches given ETag against If-None-Match header.

Returns true if matching value found is not found or misses the header