LoadBalancerPoolOriginHeader

data class LoadBalancerPoolOriginHeader(val hosts: List<String>? = null)

Constructors

Link copied to clipboard
constructor(hosts: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hosts: List<String>? = null

The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.