diff --git a/nodes/core/io/21-httprequest.html b/nodes/core/io/21-httprequest.html index 19d5f5a2a..891f4d0d6 100644 --- a/nodes/core/io/21-httprequest.html +++ b/nodes/core/io/21-httprequest.html @@ -90,6 +90,7 @@
payload is the body of the responsestatusCode is the status code of the response, or the error code if the request could not be completedheaders is an object containing the response headersresponseUrl is the url of the server that respondsNote: If you need to configure a proxy please add http_proxy=... to your environment variables and restart Node-RED.