Module Values.AwsWafv2CustomRequestHandlingDetailsSource

Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.

Sourcetype nonrec t = {
  1. insertHeaders : AwsWafv2InsertHeadersList.t option;
    (*

    The HTTP headers to insert into the request.

    *)
}
Sourceval make : ?insertHeaders:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of NonEmptyString.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