HeaderValueParam

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

Represents a single value parameter

Constructors

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

Functions

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

Properties

Link copied to clipboard

specifies if the value should be escaped

Link copied to clipboard

of parameter

Link copied to clipboard

of parameter