mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-31 15:32:17 +00:00
16 lines
660 B
Plaintext
16 lines
660 B
Plaintext
<?XML version="1.0"?>
|
|
<?namespace href = "http://www.ietf.org/standards/dav/" AS = "d"?>
|
|
<d:multistatus>
|
|
<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>
|