LinkHeader
class LinkHeader : HeaderValueWithParameters
Represents a Link
header value as per RFC 5988
Types
object Parameters Known Link header parameters |
|
object Rel Known rel parameter values |
Constructors
LinkHeader(uri: String, rel: List<String>, type: ContentType) LinkHeader(uri: String, params: List<HeaderValueParam>) Represents a |
Properties
val uri: String Link URI part |
Inherited Properties
val content: String header’s content without parameters |
|
val parameters: List<HeaderValueParam> |
Inherited Functions
The first value for the parameter with name comparing case-insensitively or |
|
open fun toString(): String |
Extension Functions
fun HeaderValueWithParameters.charset(): Charset? Extracts a Charset value from the given |