HTTPHeader

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

HTTPHeader describes a custom header to be used in HTTP probes

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

Link copied to clipboard

The header field value