Skip to content

steineey/node-red-contrib-axios

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

Packages

No packages published