pub fn if_match_header_matches(
raw: &str,
resource_exists: bool,
current_etag: Option<&str>,
) -> Result<bool, HttpValidatorError>Expand description
Applies the strong comparison required by If-Match.
§Errors
Returns HttpValidatorError::InvalidEtagList when the condition or current entity-tag is
malformed or the condition exceeds the parser’s element limit.