Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
msg.header = {};
msg.headers.['content-type'] = 'application/json';
return msg;

Output

The output from the http request node usually contains the payload, statusCode, headers, and responseUrl.

...