HttpHeaderConditionConfig
Information about an HTTP header condition.
There is a set of standard HTTP header fields. You can also define custom HTTP header fields.
Types
Properties
Link copied to clipboard
The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.
Link copied to clipboard
The strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
Functions
Link copied to clipboard
inline fun copy(block: HttpHeaderConditionConfig.Builder.() -> Unit = {}): HttpHeaderConditionConfig