mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
#35 More work on unit tests
This commit is contained in:
18
Tests/WebDAV-Finder/097-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/097-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /.DS_Store HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
Reference in New Issue
Block a user