RuleRuleActionInsertHeaderConfig

data class RuleRuleActionInsertHeaderConfig(val key: String? = null, val value: String? = null, val valueType: String? = null)

Constructors

Link copied to clipboard
fun RuleRuleActionInsertHeaderConfig(key: String? = null, value: String? = null, valueType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The key of the header field. The key must be 1 to 40 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). The key does not support Cookie or Host.

Link copied to clipboard
val value: String? = null

The value of the values list.

Link copied to clipboard
val valueType: String? = null

Valid values: UserDefined: a custom value ReferenceHeader: uses a field of the user request header. SystemDefined: a system value.