includeNamedCookies property

List<String>? includeNamedCookies
getter/setter pair

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

The name=value pair will be used in the cache key Cloud CDN generates.

Implementation

core.List<core.String>? includeNamedCookies;