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:
16
Tests/WebDAV-Transmit/004-PROPFIND.request
Executable file
16
Tests/WebDAV-Transmit/004-PROPFIND.request
Executable file
@@ -0,0 +1,16 @@
|
||||
PROPFIND /PDF%20Reports/ HTTP/1.1
|
||||
User-Agent: Transmit/4.4.6 neon/0.29.3
|
||||
Connection: TE
|
||||
TE: trailers
|
||||
Host: localhost:8080
|
||||
Depth: 1
|
||||
Content-Length: 211
|
||||
Content-Type: application/xml
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<propfind xmlns="DAV:"><prop>
|
||||
<creationdate xmlns="DAV:"/>
|
||||
<getcontentlength xmlns="DAV:"/>
|
||||
<getlastmodified xmlns="DAV:"/>
|
||||
<resourcetype xmlns="DAV:"/>
|
||||
</prop></propfind>
|
||||
Reference in New Issue
Block a user