First pass at adding support for GET requests

with a body
This commit is contained in:
Ben Hardill
2020-02-25 21:28:15 +00:00
parent c9ad5bea93
commit 37bcd5c603
3 changed files with 36 additions and 3 deletions

View File

@@ -398,7 +398,7 @@
"status": "Status code",
"headers": "Headers",
"other": "other",
"paytoqs" : "Append msg.payload as query string parameters",
"paytoqs" : "Append msg.payload as",
"utf8String": "UTF8 string",
"binaryBuffer": "binary buffer",
"jsonObject": "parsed JSON object",