MatchRequest

Activates when matching attributes of a single received request are met.

Functions

Link copied to clipboard
operator fun invoke(method: String? = null, path: Regex? = null, queries: Map<String, Regex>? = null, headers: Map<String, Regex>? = null, body: Regex? = null): Trigger