HeaderMatch

Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the match is case sensitive.

Link copied to clipboard

The header match type.

Link copied to clipboard

The name of the header.

Functions

Link copied to clipboard
inline fun copy(block: HeaderMatch.Builder.() -> Unit = {}): HeaderMatch
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String