📄️ Binary Response
You want to get a binary HTTP response from an HTTP request
📄️ Parse JSON
You want to return the JSON response of an HTTP request as a parsed JavaScript object
📄️ GET Request
You want to make a simple GET request to a web site and extract useful information .
📄️ Set Query String
You want to set the query string parameters of a URL for an HTTP request
📄️ Set Request Header
You need to send an HTTP request with specific request headers
📄️ Set URL
You want to set the URL of an HTTP request node dynamically .
📄️ Set URL Using Template
You want to dynamically set the URL of an HTTP request where only parts of the url change between requests .