Skip to content

A http request node for Node-RED. Based on the Axios http client.

License

Notifications You must be signed in to change notification settings

morvaivor/node-red-contrib-axios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-axios

An advanced http request node for Node-RED. Based on the Axios http client.

npm version install size npm downloads Known Vulnerabilities

Nodes of this package

This package provides two nodes.

Http endpoint configuration node

Define your http endpoints base configuration (base URL, authentication, certificates, proxy) in a configuration node. This is a huge benefit, because you can reuse this configuration in multiple request nodes.

axios-endpoint

Http request node

Use this node inside your flows to make http requests.

axios-request

Example flows

Try out this cool basics flow.

Or learn how to use multipart/form-data with this flow.

axios-flow

More documentation

All node functions are well documented inside Node-RED.

About

A http request node for Node-RED. Based on the Axios http client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.5%
  • JavaScript 41.5%