HttpResponse

data class HttpResponse(var status: UShort, var headers: List<HttpHeader>, var body: ByteArray)(source)

An HttpResponse used for pki hooks

Constructors

Link copied to clipboard
constructor(status: UShort, headers: List<HttpHeader>, body: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

http body

Link copied to clipboard

List of header fields

Link copied to clipboard

http status code