Documents
Embtion (0.9)
Nodes
Network Nodes
Http Request Node

Http Request Node

Performs an HTTP request.

Parameters

LabelValue TypeDescription
URLValueInputThe URL to send the request to.
Request MethodSelectThe HTTP method to use for the request.
HeadersValueInputHeaders to include in the request.
Body TypeSelectThe type of the request body.
BodyValueInputThe body of the request.
Timeout (ms) 0 to DisableNumberTimeout in milliseconds (0 to disable).
Response TypeSelectThe type of the response.
Variable for Response BodyValueOutputVariable to store the response body.
Variable for Response HeadersValueOutputVariable to store the response headers.