aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.collection.allprop.expect
blob: 6dba52d2de0562cd4cdf78dbb913836faba6ad39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROPFIND /container/ HTTP/1.1
Depth: 1
Content-Length: 95
Connection: Keep-Alive, Upgrade, HTTP2-Settings
HTTP2-Settings: {{Ignore}}
Accept-Encoding: {{Ignore}}
Accept-Language: en-US,*
Content-type:i application/xml; charset="utf-8"
User-Agent: Mozilla/5.0
Host: {{ServerHostUrl}}

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:allprop/>
</D:propfind>