sense-http

2.2.0 • Public • Published

Insert an object into this node to make a simple HTTP request

msg.payload = { url: "http://www.google.nl", headers: [ { header: "Authorization", value: "stuff" } ], parameters: //Optional, leave empty to not put any parameters in the request [ { key: "abc", value: "def" } ], data: { //Required, but can be empty abc: "def" }, method: "POST" } return msg;

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sense-http

    Weekly Downloads

    0

    Version

    2.2.0

    License

    ISC

    Unpacked Size

    12 kB

    Total Files

    6

    Last publish

    Collaborators

    • timfa