PageRuleActionsCacheKeyFieldsCookie

data class PageRuleActionsCacheKeyFieldsCookie(val checkPresences: List<String>? = null, val includes: List<String>? = null)

Constructors

Link copied to clipboard
fun PageRuleActionsCacheKeyFieldsCookie(checkPresences: List<String>? = null, includes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Check for presence of specified HTTP headers, without including their actual values.

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

Only use values of specified query string parameters in Cache Key.