Companion

object Companion

Functions

Link copied to clipboard
fun parse(headerValue: String): List<EntityTagVersion>

Parse headers with a list of entity-tags. Useful for headers such as If-Match/If-None-Match.

Link copied to clipboard
fun parseSingle(value: String): EntityTagVersion

Parse single entity-tag or pattern specification.

Properties

Link copied to clipboard
val STAR: EntityTagVersion

Instance for * entity-tag pattern.