mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Multipart streaming
This commit is contained in:
@@ -317,6 +317,8 @@
|
||||
},
|
||||
"setby": "- set by msg.method -",
|
||||
"basicauth": "Use basic authentication",
|
||||
"throttling": "Limit (multipart) stream rate",
|
||||
"interval": "Interval",
|
||||
"use-tls": "Enable secure (SSL/TLS) connection",
|
||||
"tls-config":"TLS Configuration",
|
||||
"utf8": "a UTF-8 string",
|
||||
@@ -334,10 +336,14 @@
|
||||
"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__",
|
||||
"no-multipart": "No multipart content-type header found",
|
||||
"no-boundary": "No multipart boundary found",
|
||||
"no-separator": "No multipart EOL separator could be determined"
|
||||
},
|
||||
"status": {
|
||||
"requesting": "requesting"
|
||||
"requesting": "requesting",
|
||||
"streaming": "streaming"
|
||||
}
|
||||
},
|
||||
"websocket": {
|
||||
|
||||
Reference in New Issue
Block a user