HeaderAction interface
An action that can manipulate an http header.
Properties
header |
Which type of manipulation to apply to the header. |
header |
The name of the header this action will apply to. |
value | The value to update the given header name with. This value is not used if the actionType is Delete. |
Property Details
headerActionType
Which type of manipulation to apply to the header.
headerActionType: string
Property Value
string
headerName
The name of the header this action will apply to.
headerName: string
Property Value
string
value
The value to update the given header name with. This value is not used if the actionType is Delete.
value?: string
Property Value
string