BackendBucketCdnPolicyCacheKeyPolicyResponse

data class BackendBucketCdnPolicyCacheKeyPolicyResponse(val includeHttpHeaders: List<String>, val queryStringWhitelist: List<String>)

Message containing what to include in the cache key for a request for Cloud CDN.

Constructors

fun BackendBucketCdnPolicyCacheKeyPolicyResponse(includeHttpHeaders: List<String>, queryStringWhitelist: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allows HTTP request headers (by name) to be used in the cache key.

Link copied to clipboard

Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.