HeaderValueParam

data class HeaderValueParam(val name: String, val value: String, val escapeValue: Boolean)

Represents a single value parameter

Constructors

Link copied to clipboard
constructor(name: String, value: String)
constructor(name: String, value: String, escapeValue: Boolean)

Properties

Link copied to clipboard

specifies if the value should be escaped

Link copied to clipboard

of parameter

Link copied to clipboard

of parameter

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int