remove http response function call example from info. (being deprecated)

This commit is contained in:
dceejay 2015-06-03 22:52:48 +01:00
parent e2fa457ca2
commit 369eae3d92
1 changed files with 2 additions and 5 deletions

View File

@ -59,11 +59,8 @@
<code>application/json</code>.
</p>
<p>
<b>Note: </b>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 <a href="http://expressjs.com/api.html#res">Express response documentation</a>
describes how this should be done. For example:
<pre>msg.res.send(200, 'Thanks for the request ');<br/>return msg;</pre>
<b>Note: </b>This node does not send any response to the http request.
This should be done with a subsequent HTTP Response node.
</p>
</script>