aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply
diff options
context:
space:
mode:
authorValery Kotov <kotov.valery@gmail.com>2015-04-07 20:34:44 +0300
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-16 17:44:29 +0000
commit43961057a973715856486c596959213bd911df73 (patch)
tree95a93b3f273a0540c5063331e942da738207bd27 /tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply
parent4930941197576c6017451856beb59a0ff8d045bd (diff)
QML Engine: JSON XHR response type support
Support for "json" response type for QQmlXMLHttpRequest was added. [ChangeLog][QtQml][QQmlXMLHttpRequest] QQmlXMLHttpRequest now supports "json" binary response type. Change-Id: I21b7659c02dfdc6b64a73e1d2003e269d90b3b23 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply')
-rw-r--r--tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply b/tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply
new file mode 100644
index 0000000000..f1ee73d623
--- /dev/null
+++ b/tests/auto/qml/qqmlxmlhttprequest/data/receive_json_data.reply
@@ -0,0 +1,3 @@
+HTTP/1.1 200 OK
+Connection: close
+Content-Type: application/jsonrequest