The set of header modifications to apply, in the following order: remove, set, append.
| Name | Type | Description | Notes |
|---|---|---|---|
| remove | List<String> | The list of headers to remove. | [optional] |
| set | List<RuleActionHeaderField> | The list of headers to set, overwriting any existing headers with the same name. | [optional] |
| append | List<RuleActionHeaderField> | The list of headers to append. | [optional] |