Values.HttpMatchSourceDescribes criteria that can be applied to incoming requests.
type nonrec t = {method_ : HttpMethod.t option;The HTTP method type.
*)pathMatch : PathMatch.t option;The path match.
*)headerMatches : HeaderMatchList.t option;The header matches. Matches incoming requests with rule based on request header value before applying rule action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of HeaderMatchName.t
| `Structure of
(string * [> `String of HeaderMatchExact.t ]) list ])
list ]
list
| `String of HttpMethod.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `String of PathMatchExact.t ]) list ])
list ])
list ]