EdgeCacheOriginOriginOverrideActionHeaderActionRequestHeadersToAdd

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the header to add.

Link copied to clipboard

The value of the header to add.

Link copied to clipboard
val replace: Boolean? = null

Whether to replace all existing headers with the same name. By default, added header values are appended to the response or request headers with the same field names. The added values are separated by commas. To overwrite existing values, set replace to true.