Values.CustomHTTPHeaderSourceA custom header for custom request and response handling. This is used in CustomResponse and CustomRequestHandling.
type nonrec t = {name : CustomHTTPHeaderName.t;The name of the custom header. For custom request header insertion, when WAF inserts the header into the request, it prefixes this name x-amzn-waf-, to avoid confusion with the headers that are already in the request. For example, for the header name sample, WAF inserts the header x-amzn-waf-sample.
*)value : CustomHTTPHeaderValue.t;The value of the custom header.
*)}