Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 790 Bytes

File metadata and controls

13 lines (9 loc) · 790 Bytes

RequestHeaderModifications Class

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

Properties

Name Type Description Notes
remove string[] The list of headers to remove. [optional]
set \Fingerprint\ServerSdk\Model\RuleActionHeaderField[] The list of headers to set, overwriting any existing headers with the same name. [optional]
append \Fingerprint\ServerSdk\Model\RuleActionHeaderField[] The list of headers to append. [optional]

[Back to Model list] [Back to API list] [Back to README]