Set Headers
Purpose of the Node
Section titled “Purpose of the Node”The Set Headers node allows you to add or update headers in an HTTP request.
The node has four pins:
| Pin Name | Pin Description | Pin Type | Value Type |
|---|---|---|---|
| request | The HTTP request | Struct | HttpRequest |
| headers | The headers to be set | String | HashMap |
| merge | Merge with existing headers instead of replacing them. | Boolean | Boolean |
| request_out | The HTTP request with updated headers | Struct | HttpRequest |