mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	remove http response function call example from info. (being deprecated)
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user