match
fun match(other: EntityTagVersion): Boolean
Examine two entity-tags for match (strong).
fun match(
givenMatchEtags: List<EntityTagVersion>
): VersionCheckResult
If-Match
logic using match function.
fun match(other: EntityTagVersion): Boolean
Examine two entity-tags for match (strong).
fun match(
givenMatchEtags: List<EntityTagVersion>
): VersionCheckResult
If-Match
logic using match function.