Header

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

Represents the name and value of a HTTP request/response header.

Since

200.2.0

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard