[][src]Function http_fs::file::if_match

pub fn if_match(etag: &EntityTag, headers: &HeaderMap) -> bool

Performs match of ETag against If-Match

Returns true if has no If-Match header or the Etag doesn't match it