aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header
diff options
context:
space:
mode:
authorValery Kotov <kotov.valery@gmail.com>2015-05-31 22:47:50 +0300
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-07-18 16:36:26 +0000
commitf21df860fcc97fe47334d0f8d4675d515987cc8a (patch)
treeeddbcf9ef51c7f9836c7a72ae243d7cb639e11e4 /tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header
parentcb61de50c3fffd9085975205de91409ee86b80b2 (diff)
QML Engine: Support for "PROPFIND" method for XMLHTTPRequest
Support for WevDAV PROPFIND method was added to QQmlXMLHttpRequest. Tests for PROPFIND method in XMLHttpRequest were added. [ChangeLog][QtQml][QQmlXMLHttpRequest] QQmlXMLHttpRequest now supports the PROPFIND method in HTTP requests. Task-number: QTBUG-36456 Change-Id: Ie36fcc901e7c1583840f04166c1774a1defe9308 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header')
-rw-r--r--tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header b/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header
new file mode 100644
index 0000000000..50fa080ad2
--- /dev/null
+++ b/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.reply.header
@@ -0,0 +1,2 @@
+HTTP/1.1 207 Multi-Status
+Content-Type: text/xml; charset="utf-8"