ResponseWithoutBody1

data class ResponseWithoutBody1<H1>(val status: Status, val header1: List<H1>) : Response<Nothing> (source)

Response without a body carrying one header collection.

Constructors

Link copied to clipboard
constructor(status: Status, header1: List<H1>)

Properties

Link copied to clipboard

decoded values of the first header definition.

Link copied to clipboard
open override val status: Status

status code returned by the server.