Values.PathMatchSourceDescribes the conditions that can be applied when matching a path for incoming requests.
type nonrec t = {match_ : PathMatchType.t;The type of path match.
*)caseSensitive : Boolean.t option;Indicates whether the match is case sensitive.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `String of PathMatchExact.t ]) list ])
list ]