0.1.14 • Published 5 years ago

node-red-contrib-http-request v0.1.14

Weekly downloads
139
License
MIT
Repository
github
Last release
5 years ago

node-red-contrib-http-request

Deprecated node-red's native http-request node has migrated to request module since 0.19.0 and support most (if not all) features of this node.

This is a node-red node for performing http(s) requests that use Request library with optimized proxy support

Installation

run npm -g install node-red-contrib-http-request

npm package

Features

Based on the node-red core node for performing http/https requests and on the fabulous Request library which a lot of features for proxy, streaming, or TLS/SSL support.

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.

0.1.14

5 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago