RouteSpecHttpRouteMatchHeader

data class RouteSpecHttpRouteMatchHeader(val invert: Boolean? = null, val match: RouteSpecHttpRouteMatchHeaderMatch? = null, val name: String)

Constructors

Link copied to clipboard
constructor(invert: Boolean? = null, match: RouteSpecHttpRouteMatchHeaderMatch? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val invert: Boolean? = null

If true, the match is on the opposite of the match method and value. Default is false.

Link copied to clipboard

Method and value to match the header value sent with a request. Specify one match method.

Link copied to clipboard

Name for the HTTP header in the client request that will be matched on.