URLMapDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd

data class URLMapDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd(val headerName: String? = null, val headerValue: String? = null, val replace: Boolean? = null)

Constructors

constructor(headerName: String? = null, headerValue: String? = null, replace: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerName: String? = null

The name of the header to add.

Link copied to clipboard
val headerValue: String? = null

The value of the header to add.

Link copied to clipboard
val replace: Boolean? = null

If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.