Values.HostHeaderRewriteConfigSourceInformation about a host header rewrite transform. This transform matches a pattern in the host header in an HTTP request and replaces it with the specified string.
type nonrec t = {rewrites : RewriteConfigList.t option;The host header rewrite transform. Each transform consists of a regular expression to match and a replacement string.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of StringValue.t ]) list ]
list ])
list ]