GetRulesRuleRuleActionInsertHeaderConfig

data class GetRulesRuleRuleActionInsertHeaderConfig(val key: String, val value: String, val valueType: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

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

The value must be 1 to 128 characters in length, and can contain lowercase letters, printable characters, asterisks (*), and question marks (?). The value cannot contain spaces or the following special characters: # [ ] { } \ | <&.

Link copied to clipboard

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