Skip to content

Streaming HTTP Fetch

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.

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