mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
8 lines
253 B
XML
8 lines
253 B
XML
<?xml version="1.0"?>
|
|
<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<d:response>
|
|
<d:status>HTTP/1.1 404 Not Found</d:status>
|
|
<d:href>/test</d:href>
|
|
</d:response>
|
|
</d:multistatus>
|