aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.expect
blob: 2d14de634d7ac343859dab82af4672a55e729407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROPFIND /file HTTP/1.1
Content-Length: 192
Connection: Keep-Alive
Accept-Encoding: gzip, deflate
Accept-Language: en-US,*
Content-type: text/xml; charset="utf-8"
User-Agent: Mozilla/5.0
Host: {{ServerHostUrl}}

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop xmlns:R="http://www.foo.bar/boxschema/">
<R:bigbox/>
<R:author/>
<R:DingALing/>
<R:Random/>
</D:prop>
</D:propfind>