GrpcRouteRuleMatch

data class GrpcRouteRuleMatch(val headers: List<GrpcRouteRuleMatchHeader>? = null, val method: GrpcRouteRuleMatchMethod? = null)

Constructors

Link copied to clipboard
constructor(headers: List<GrpcRouteRuleMatchHeader>? = null, method: GrpcRouteRuleMatchMethod? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of HTTP request headers to match against. Structure is documented below.

Link copied to clipboard

A gRPC method to match against. If this field is empty or omitted, will match all methods. Structure is documented below.