Module Values.RoutingRuleMatchHeadersSource

Represents a MatchHeaders condition.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : anyOf:RoutingRuleMatchHeaderValue.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of SelectionKey.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t