GrpcRouteHeaderMatchResponse

data class GrpcRouteHeaderMatchResponse(val key: String, val type: String, val value: String)

A match against a collection of headers.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the header.

Link copied to clipboard

Optional. Specifies how to match against the value of the header. If not specified, a default value of EXACT is used.

Link copied to clipboard

The value of the header.