MatchPaths

A condition that matches requests based on the request path.

Types

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

Properties

Link copied to clipboard

A list of path patterns. The condition is met if the request path matches any of the patterns.

Functions

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