mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Spelling correctin http node info, close #266
This commit is contained in:
parent
62496d80d5
commit
debd5c4496
@ -76,7 +76,7 @@
|
|||||||
<p>Sends responses back to http requests received from an HTTP Input node.</p>
|
<p>Sends responses back to http requests received from an HTTP Input node.</p>
|
||||||
<p>The response can be customised using the following message properties:</p>
|
<p>The response can be customised using the following message properties:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>payload</code> is sent as the body of the reponse</li>
|
<li><code>payload</code> is sent as the body of the response</li>
|
||||||
<li><code>statusCode</code>, if set, is used as the response status code (default: 200)</li>
|
<li><code>statusCode</code>, if set, is used as the response status code (default: 200)</li>
|
||||||
<li><code>headers</code>, if set, should be an object containing field/value
|
<li><code>headers</code>, if set, should be an object containing field/value
|
||||||
pairs to be added as response headers.</li>
|
pairs to be added as response headers.</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user