Function http_fs::file::if_match

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

Performs match of ETag against If-Match

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