mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
12 lines
285 B
XML
12 lines
285 B
XML
<?xml version="1.0"?>
|
|
<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
|
|
<d:response>
|
|
<d:href>foo/</d:href>
|
|
<d:propstat>
|
|
<d:prop>
|
|
<d:getcontentlength/>
|
|
</d:prop>
|
|
<d:status>HTTP/1.1 404 Not Found</d:status>
|
|
</d:propstat>
|
|
</d:response>
|
|
</d:multistatus>
|