Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BackendBucketCdnPolicyCacheKeyPolicy

import type { BackendBucketCdnPolicyCacheKeyPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";

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

interface BackendBucketCdnPolicyCacheKeyPolicy {
includeHttpHeaders?: string[];
queryStringWhitelist?: string[];
}

§Properties

§
includeHttpHeaders?: string[]
[src]

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

§
queryStringWhitelist?: string[]
[src]

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.