Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 630 Bytes

File metadata and controls

16 lines (8 loc) · 630 Bytes

RequestHeaderModifications

The set of header modifications to apply, in the following order: remove, set, append.

Properties

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]