mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-01 01:23:35 +00:00
9 lines
161 B
XML
9 lines
161 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:propfind xmlns:D="DAV:">
|
|
<D:prop>
|
|
<D:getcontentlength/>
|
|
<D:getcontenttype/>
|
|
<D:resourcetype/>
|
|
</D:prop>
|
|
</D:propfind>
|