Values.RoutingRuleMatchHeadersSourceRepresents a MatchHeaders condition.
type nonrec t = {anyOf : RoutingRuleMatchHeaderValue.t list;The header name and header value glob to be matched. The matchHeaders condition is matched if any of the header name and header value globs are matched.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of SelectionKey.t ]) list ]
list ])
list ]