ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<d:multistatus xmlns:d="http://www.ietf.org/standards/dav/">
  <d:response>
    <d:href>http://www.foo.bar/othercontainer/resource1</d:href>
    <d:href>http://www.foo.bar/othercontainer/resource2</d:href>
    <d:href>http://www.foo.bar/othercontainer/</d:href>
    <d:href>http://www.foo.bar/othercontainer/R2/D2</d:href>
    <d:status>HTTP/1.1 201 Created</d:status>
  </d:response>
  <d:response>
    <d:href>http://www.foo.bar/othercontainer/R2/</d:href>
    <d:status>HTTP/1.1 412 Precondition Failed</d:status>
  </d:response>
</d:multistatus>