Skip to content

Streaming HTTP Fetch

Purpose of the Node

The Streaming HTTP Fetch node is designed to initiate an HTTP request and stream the response to connected nodes. It handles both success and error scenarios, providing appropriate execution pins to indicate the state of the request.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiate the HTTP requestExecutionNone
RequestThe HTTP request to performStructHttpRequest
On StreamIntermediate ResultExecutionNone
Stream ResponseThe HTTP responseByteArray
SuccessExecution if the request succeedsExecutionNone
ResponseThe HTTP responseStructHttpResponse
ErrorExecution if the request failsExecutionNone