summaryrefslogtreecommitdiff
path: root/test/dav9
blob: 8ed63b817ed460b07186434d67d1e766d9a0cf71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<d:multistatus xmlns:d="http://www.ietf.org/standards/dav/">
  <d:response>
    <d:href>http://www.foo.bar/container/resource1</d:href>
    <d:href>http://www.foo.bar/container/resource2</d:href>
    <d:href>http://www.foo.bar/container/</d:href>
    <d:href>http://www.foo.bar/container/C2/R2</d:href>
    <d:status>HTTP/1.1 201 Created</d:status>
  </d:response>
  <d:response>
    <d:href>http://www.foo.bar/container/C2</d:href>
    <d:status>HTTP/1.1 420 Method Failure</d:status>
  </d:response>
  <d:response>
    <d:href>http://www.foo.bar/othercontainer/C2</d:href>
    <d:status>HTTP/1.1 409 Conflict</d:status>
  </d:response>
</d:multistatus>