mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tweak HTTP Request GET payload handling labels
This commit is contained in:
@@ -409,9 +409,9 @@
|
||||
"headers": "Headers",
|
||||
"other": "other",
|
||||
"paytoqs" : {
|
||||
"ignore": "Ignore msg.payload",
|
||||
"query": "Append msg.payload to query-string parameters",
|
||||
"body": "Send msg.payload as request Body"
|
||||
"ignore": "Ignore",
|
||||
"query": "Append to query-string parameters",
|
||||
"body": "Send as request body"
|
||||
},
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer",
|
||||
|
Reference in New Issue
Block a user