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