119-LOCK.request 564 B

12345678910111213141516171819
  1. LOCK /PDF%20Reports/Test%20File.txt HTTP/1.1
  2. Host: localhost:8080
  3. Content-Type: text/xml; charset="utf-8"
  4. Depth: 0
  5. Timeout: Second-600
  6. Accept: */*
  7. User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
  8. Content-Length: 229
  9. Connection: keep-alive
  10. X-GCDWebServer-LockToken: urn:uuid:CD24F78B-42E4-4357-98CA-94F47DCF0818
  11. <?xml version="1.0" encoding="utf-8"?>
  12. <D:lockinfo xmlns:D="DAV:">
  13. <D:lockscope><D:exclusive/></D:lockscope>
  14. <D:locktype><D:write/></D:locktype>
  15. <D:owner>
  16. <D:href>http://www.apple.com/webdav_fs/</D:href>
  17. </D:owner>
  18. </D:lockinfo>