Values.RoutingRuleConditionSourceRepresents a routing rule condition.
type nonrec t = {matchBasePaths : RoutingRuleMatchBasePaths.t option;The base path to be matched.
*)matchHeaders : RoutingRuleMatchHeaders.t option;The headers to be matched.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of SelectionKey.t
| `Structure of
(string * [> `String of SelectionKey.t ]) list ]
list ])
list ])
list ]