ktor-http / io.ktor.http.content / EntityTagVersion / match

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.