mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
http request: add msg.requestTimeout parameter
This commit is contained in:
@@ -410,7 +410,9 @@
|
||||
"json-error": "JSON parse error",
|
||||
"no-url": "No url specified",
|
||||
"deprecated-call":"Deprecated call to __method__",
|
||||
"invalid-transport":"non-http transport requested"
|
||||
"invalid-transport":"non-http transport requested",
|
||||
"timeout-isnan": "Timeout value is not a valid number, ignoring",
|
||||
"timeout-isnegative": "Timeout value is negative, ignoring"
|
||||
},
|
||||
"status": {
|
||||
"requesting": "requesting"
|
||||
|
Reference in New Issue
Block a user