HeaderEntry

@Serializable
data class HeaderEntry(val name: String, val value: String)

Response HTTP header entry

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)