1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix http request doc type

Fixes #1690
This commit is contained in:
Nick O'Leary 2018-04-15 11:46:10 +01:00
parent 64ae67586a
commit ae9cf13fc2
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -86,7 +86,7 @@
<dt class="optional">payload</dt>
<dd>Sent as the body of the request.</dd>
<dt class="optional">rejectUnauthorized</dt>
<dd>If set to <code>true</code>, allows requests to be made to https sites that use
<dd>If set to <code>false</code>, allows requests to be made to https sites that use
self signed certificates.</dd>
<dt class="optional">followRedirects</dt>
<dd>If set to <code>false</code> prevent following Redirect (HTTP 301).<code>true</code> by default</dd>