aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.file.expect
blob: f7bb57ad893cfc1b5d9f0d58be87b3d1f2e72f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PROPFIND /file HTTP/1.1
content-length: 192
connection: Keep-Alive{{Ignore}}
http2-settings: {{Ignore}}
accept-encoding: {{Ignore}}
accept-language: {{Ignore}}
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>