HTTP Response
Last updated
Last updated
The HTTP Response Node allows the user to define a response to be sent after a request is made.
Attribute | Type | Description |
---|---|---|
| Drop-down | The desired HTTP server. |
| Add elements | Here a status code is entered and HTTP headers, in the form of key/value pairs, are added. |
| User Input | The body of the response, usually including HTML text. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| CustomID | The unique ID of the request. |
| Int | A standard status code within the HTTP protocol. For example, 404 is when a page is not found. |
| Dictionary | Parameters of the call in the form of key/value pairs. |
| String | The body of the response, usually including HTML text. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |