Grpc Route Route Match Response
data class GrpcRouteRouteMatchResponse(val headers: List<GrpcRouteHeaderMatchResponse>, val method: GrpcRouteMethodMatchResponse)
Criteria for matching traffic. A RouteMatch will be considered to match when all supplied fields match.
Constructors
Link copied to clipboard
fun GrpcRouteRouteMatchResponse(headers: List<GrpcRouteHeaderMatchResponse>, method: GrpcRouteMethodMatchResponse)