Values.HeaderMatchPatternSourceThe filter to use to identify the subset of headers to inspect in a web request. You must specify exactly one setting: either All, IncludedHeaders, or ExcludedHeaders. Example JSON: "MatchPattern": { "ExcludedHeaders": [ "KeyToExclude1", "KeyToExclude2" ] }
type nonrec t = {all : All.t option;Inspect all headers.
*)includedHeaders : HeaderNames.t option;Inspect only the headers that have a key that matches one of the strings specified here.
*)excludedHeaders : HeaderNames.t option;Inspect only the headers whose keys don't match any of the strings specified here.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FieldToMatchData.t ] list
| `Structure of 'a list ])
list ]