HttpHeader

data class HttpHeader(val name: String, val value: String)

Data class representing an HTTP header.

Constructors

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

Properties

Link copied to clipboard

Name of the HTTP header.

Link copied to clipboard

Value associated with the HTTP header name.