Values.GrpcGatewayRouteMatchSourceAn object that represents the criteria for determining a request match.
type nonrec t = {hostname : GatewayRouteHostnameMatch.t option;The gateway route host name to be matched on.
*)metadata : GrpcGatewayRouteMetadataList.t option;The gateway route metadata to be matched on.
*)port : ListenerPort.t option;The gateway route port to be matched on.
*)serviceName : ServiceName.t option;The fully qualified domain name for the service to match from the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ListenerPort.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of HeaderName.t
| `Structure of
(string
* [> `String of HeaderMatch.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ])
list ]
list
| `String of ServiceName.t
| `Structure of (string * [> `String of ExactHostName.t ]) list ])
list ]