HTTPHeaderPatch

data class HTTPHeaderPatch(val name: String? = null, val value: String? = null)

HTTPHeader describes a custom header to be used in HTTP probes

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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
val value: String? = null

The header field value