Merge pull request #1981 from jonferreira/dev

Use payload properties as parameters on a GET request
This commit is contained in:
Nick O'Leary
2019-02-04 20:43:45 +00:00
committed by GitHub
3 changed files with 35 additions and 2 deletions

View File

@@ -377,7 +377,8 @@
"upload": "Accept file uploads?",
"status": "Status code",
"headers": "Headers",
"other": "other"
"other": "other",
"usePayloadAsParameters" : "Use payload properties as parameters"
},
"setby": "- set by msg.method -",
"basicauth": "Use basic authentication",
@@ -405,7 +406,8 @@
"deprecated-call":"Deprecated call to __method__",
"invalid-transport":"non-http transport requested",
"timeout-isnan": "Timeout value is not a valid number, ignoring",
"timeout-isnegative": "Timeout value is negative, ignoring"
"timeout-isnegative": "Timeout value is negative, ignoring",
"invalid-payload": "Invalid payload"
},
"status": {
"requesting": "requesting"