add info for httprequest responseUrl property

This commit is contained in:
Dave Conway-Jones 2016-12-16 22:03:00 +00:00
parent fc263718a1
commit 8423e2d245
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
<li><code>payload</code> is the body of the response</li>
<li><code>statusCode</code> is the status code of the response, or the error code if the request could not be completed</li>
<li><code>headers</code> is an object containing the response headers</li>
<li><code>responseUrl</code> is the url of the server that responds</li>
</ul>
<p><b>Note</b>: If you need to configure a proxy please add <b>http_proxy=...</b> to your environment variables and restart Node-RED.</p>
</script>