node-red-contrib-http-autosuggest-service
v0.2.2
Published
A node for performing http(s) requests that use Request library with optimized proxy support. updated for pool value exposure
Downloads
12
Readme
node-red-contrib-http-autosuggest-service
This is a node-red node for performing http(s) requests
Installation
npm i node-red-contrib-http-autosuggest-service
Features
Based on the node-red core node for performing http/https requests and on the fabulous
Why this module ?
Request became a popular and proven simplified HTTP Client to make http(s) calls. It supports a lot of features/options for advanced usage.
A simple example : The node-red-contrib-http-request module support HTTPS on HTTP proxy using CONNECT request. This is not feasible using the Core Node-RED HTTP Request module.
By contributing to our http request node, you'll be supporting an evolutive and robust HTTP client for Node-RED.