mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Some minor changes to sections that were missing in some files
Fixing missing sessions is some pt-BR files and also one small typo of an hmtl end paragraph </p> in the 21-httprequest.html of en-US original language file.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<h4>Cookie handling</h4>
|
||||
<p>The <code>cookies</code> property passed to the node must be an object of name/value pairs.
|
||||
The value can be either a string to set the value of the cookie or it can be an
|
||||
object with a single <code>value</code> property.<p>
|
||||
object with a single <code>value</code> property.</p>
|
||||
<p>Any cookies returned by the request are passed back under the <code>responseCookies</code> property.</p>
|
||||
<h4>Content type handling</h4>
|
||||
<p>If <code>msg.payload</code> is an Object, the node will automatically set the content type
|
||||
|
Reference in New Issue
Block a user