root/LW/LWDAVResponse.txt

Revision 710 (checked in by rsz, 3 years ago)

cleanup

Line 
1 <?xml version="1.0" encoding="(v:encoding)"?>
2 <multistatus xmlns="DAV:">
3 (t:resources)
4         <response>
5                 <href>(v:href)</href>
6                 <propstat>
7                         <prop>
8                                 <displayname>(v:displayName)</displayname>
9                                 <getcontentlength>(v:contentLength)</getcontentlength>
10                                 <getcontenttype>(v:contentType)</getcontenttype>
11                                 <getetag>(v:etag)</getetag>
12                                 <getlastmodified>(v:lastModified)</getlastmodified>
13                                 <resourcetype>(v:resourceType)</resourcetype>
14                         </prop>
15                         <status>HTTP/1.1 200 OK</status>
16                 </propstat>
17         </response>
18 (/t:resources)
19 </multistatus>
Note: See TracBrowser for help on using the browser.