HttpMatch

class HttpMatch

Describes criteria that can be applied to incoming requests.

Types

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

Properties

Link copied to clipboard

The header matches. Matches incoming requests with rule based on request header value before applying rule action.

Link copied to clipboard

The HTTP method type.

Link copied to clipboard

The path match.

Functions

Link copied to clipboard
inline fun copy(block: HttpMatch.Builder.() -> Unit = {}): HttpMatch
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