Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 810 Bytes

File metadata and controls

13 lines (9 loc) · 810 Bytes

Fingerprint.ServerSdk.Model.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]

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