PROPFIND /dav/oink HTTP/1.1
Host: localhost:8000
Depth: 0
Connection: close
Content-Type: application/xml

<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<getcontentlength xmlns="DAV:"/>
<getlastmodified xmlns="DAV:"/>
<executable xmlns="http://apache.org/dav/props/"/>
<resourcetype xmlns="DAV:"/>
<checked-in xmlns="DAV:"/>
<checked-out xmlns="DAV:"/>
</prop></propfind>
HTTP/1.1 207 Multi-status
Connection: close
Content-Type: text/xml; charset="utf-8"
Content-Length: 562
Date: Thu, 23 Aug 2007 14:18:40 GMT
Server: lighttpd/1.4.13

<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/">
<D:response>
<D:href>http://localhost:8000/dav/oink</D:href>
<D:propstat>
<D:prop>
<D:creationdate ns0:dt="dateTime.tz">2007-08-23T14:06:56Z</D:creationdate><D:getcontentlanguage>en</D:getcontentlanguage><D:getcontentlength>12</D:getcontentlength><D:getlastmodified ns0:dt="dateTime.rfc1123">Thu, 23 Aug 2007 14:06:56 GMT</D:getlastmodified></D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
Connection closed by foreign host.

