Values.GrpcMetadataMatchMethodSourceAn object representing the method header to be matched.
type nonrec t = {exact : HeaderMatch.t option;The exact method header to be matched on.
*)prefix : HeaderMatch.t option;The specified beginning characters of the method header to be matched on.
*)range : MatchRange.t option;regex : HeaderMatch.t option;The regex used to match the method header.
*)suffix : HeaderMatch.t option;The specified ending characters of the method header to match on.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HeaderMatch.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ]