header Action
Parameters
value
The action to be taken on the specified header_name
. Possible values include Append
, Overwrite
or Delete
.
Note:
Append
causes the specified header to be added to the request with the specified value. If the header is already present, the value is appended to the existing header value using string concatenation. No delimiters are added.Overwrite
causes specified header to be added to the request with the specified value. If the header is already present, the specified value overwrites the existing value.Delete
causes the header to be deleted from the request.