Values.GrpcRouteMetadataMatchMethodSourceAn object that represents the match method. Specify one of the match values.
type nonrec t = {exact : HeaderMatch.t option;The value sent by the client must match the specified value exactly.
*)prefix : HeaderMatch.t option;The value sent by the client must begin with the specified characters.
*)range : MatchRange.t option;An object that represents the range of values to match on.
*)regex : HeaderMatch.t option;The value sent by the client must include the specified characters.
*)suffix : HeaderMatch.t option;The value sent by the client must end with the specified characters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HeaderMatch.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ]