EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAdd

data class EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAdd(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.