HeaderEntry

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

Response HTTP header entry

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard