Skip to main content

if_none_match_header_matches

Function if_none_match_header_matches 

Source
pub fn if_none_match_header_matches(
    raw: &str,
    resource_exists: bool,
    current_etag: Option<&str>,
) -> Result<bool, HttpValidatorError>
Expand description

Applies the weak comparison required by If-None-Match.