005-PROPFIND.request 395 B

12345678910111213141516
  1. PROPFIND /images/ HTTP/1.1
  2. User-Agent: Transmit/4.4.6 neon/0.29.3
  3. Connection: TE
  4. TE: trailers
  5. Host: localhost:8080
  6. Depth: 1
  7. Content-Length: 211
  8. Content-Type: application/xml
  9. <?xml version="1.0" encoding="utf-8"?>
  10. <propfind xmlns="DAV:"><prop>
  11. <creationdate xmlns="DAV:"/>
  12. <getcontentlength xmlns="DAV:"/>
  13. <getlastmodified xmlns="DAV:"/>
  14. <resourcetype xmlns="DAV:"/>
  15. </prop></propfind>