Skip to content

Streaming API Call Node

Web/API

Streaming API Call

Performs an HTTP request

streaming_http_fetchweb
Inputs2
Outputs5
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

2

Execute

Execution
exec_in

Initiate the HTTP request

Request

Struct
request

The HTTP request to perform

HttpRequestHttpRequest4 fields
urlstringrequired
methodMethodrequired
enum "GET", "POST", "PUT", "DELETE"...
headersobject | null
*stringmap value
bodyanyOf (2)
variant 1HttpBodyvariant
variant 1Array<integer:uint8>variant
itemsinteger:uint8array item
format uint8min 0max 255
variant 2stringvariant
variant 2nullvariant
Schema enforced

Output Pins

5

On Stream

Execution
streaming_exec

Intermediate Result

Stream Response

Byte Array
streaming_response

The HTTP response

Success

Execution
exec_success

Execution if the request succeeds

Response

Struct
response

The HTTP response

HttpResponseHttpResponse3 fields
status_codeinteger:uint16required
format uint16min 0max 65535
headersMap<string, string>required
*stringmap value
bodyarray | null
itemsinteger:uint8array item
format uint8min 0max 255

Error

Execution
exec_error

Execution if the request fails

Node Info

Internal name
streaming_http_fetch
Category
Web/API