HttpHeader

data class HttpHeader(key: String, value: String)

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
component2
Link copied to clipboard
common
operator fun component2(): String
copy
Link copied to clipboard
common
fun copy(key: String, value: String): HttpHeader
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

key
Link copied to clipboard
common
val key: String
value
Link copied to clipboard
common
val value: String

Sources

(source)
Link copied to clipboard