Skip to content

To Bytes

Purpose of the Node

This node extracts the body of an HTTP response and converts it to bytes. It is useful for processing the response data in binary form.

Pins

The node has three input pins and two output pins. The Start pin triggers the node’s execution, while the response pin accepts an HTTP response. The node outputs either Start upon successful execution or failed if an error occurs.

Pin NamePin DescriptionPin TypeValue Type
StartTriggers the node’s executionExecutionN/A
ResponseThe HTTP responseStructHttpResponse
EndCalled when the node is finishedExecutionN/A
BytesThe body of the response as bytesByteArray
FailedCalled when the node failsExecutionN/A