Skip to content

HTTP Download Node

Web

HTTP Download

Downloads a file from a url

http_downloadwebLong running
Inputs3
Outputs1
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

3

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

Path

Struct
flow_path

The path to save the file to

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

1

Success

Execution
exec_success

Execution if the request succeeds

Node Info

Internal name
http_download
Category
Web