HeaderValue

data class HeaderValue(val value: String, val params: List<HeaderValueParam> = emptyList())

Represents a header value. Similar to HeaderValueWithParameters

Constructors

Link copied to clipboard
fun HeaderValue(value: String, params: List<HeaderValueParam> = emptyList())

Properties

Link copied to clipboard

for this value (could be empty)

Link copied to clipboard

Value's quality according to q parameter or 1.0 if missing or invalid

Link copied to clipboard