Multipart streaming

This commit is contained in:
bartbutenaers
2017-04-08 22:18:07 +02:00
parent 53c1fb6e57
commit bd671e75e6
3 changed files with 300 additions and 26 deletions

View File

@@ -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": {