mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
http request node add transport validity check and warn.
This commit is contained in:
@@ -355,7 +355,8 @@
|
||||
"no-response": "No response object",
|
||||
"json-error": "JSON parse error",
|
||||
"no-url": "No url specified",
|
||||
"deprecated-call":"Deprecated call to __method__"
|
||||
"deprecated-call":"Deprecated call to __method__",
|
||||
"invalid-transport":"non-http transport requested"
|
||||
},
|
||||
"status": {
|
||||
"requesting": "requesting"
|
||||
|
Reference in New Issue
Block a user