PageRuleActionsCacheKeyFieldsQueryString

data class PageRuleActionsCacheKeyFieldsQueryString(val excludes: List<String>? = null, val ignore: Boolean? = null, val includes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(excludes: List<String>? = null, ignore: Boolean? = null, includes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Exclude these HTTP headers from Cache Key. Currently, only the Origin header can be excluded.

Link copied to clipboard
val ignore: Boolean? = null

false (default) - all query string parameters are used for Cache Key, unless explicitly excluded; true - all query string parameters are ignored; value should be false if any of exclude or include is non-empty.

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

Use values of specified cookies in Cache Key.