From 369eae3d92e0e01cbc84c1086e70e43956d20122 Mon Sep 17 00:00:00 2001
From: dceejay application/json
.
- Note: This node does not send any response to the http request. This should be done with - a subsequent HTTP Response node, or Function node. - In the case of a Function node, the Express response documentation - describes how this should be done. For example: -
msg.res.send(200, 'Thanks for the request ');+ Note: This node does not send any response to the http request. + This should be done with a subsequent HTTP Response node.
return msg;