ReverseProxyHostMatcher

A ReverseProxyHostMatcher is used to determine how the host header is matched against the extracted host from the request.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(host: String, extracted: String): Boolean