mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
17 lines
576 B
XML
17 lines
576 B
XML
<?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:status>HTTP/1.1 200 OK</d:status>
|
|
</d:response>
|
|
<d:response>
|
|
<d:href>http://www.foo.bar/container/</d:href>
|
|
<d:status>HTTP/1.1 420 Method Failure</d:status>
|
|
</d:response>
|
|
<d:response>
|
|
<d:href>http://www.foo.bar/container/resource3</d:href>
|
|
<d:status>HTTP/1.1 412 Precondition Failed</d:status>
|
|
</d:response>
|
|
</d:multistatus>
|