addHeader
This command requires additional license. Please contact support@documill.com to enable the licenses.
Adds a header field to the HTTP request created by the parent command.
Parent commands
get
Required. The header is added to the request generated by this parent command. Either this orpost
has to be the parent command.post
Required. The header is added to the request generated by this parent command. Either this orget
has to be the parent command.
Attributes
key | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the name of the header field to add to the request. |
value | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the value of the header field to add to the request. |