Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-http-request

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-http-request

A Node-RED node for performing http(s) requests that use Request library with optimized proxy support.

  • 0.1.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
169
decreased by-27.16%
Maintainers
2
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 09 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc