mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
#35 Finalized unit tests
This commit is contained in:
15
Tests/WebUploader/029-POST.request
Executable file
15
Tests/WebUploader/029-POST.request
Executable file
@@ -0,0 +1,15 @@
|
||||
POST /move HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: keep-alive
|
||||
Content-Length: 52
|
||||
Accept: application/json, text/javascript, */*; q=0.01
|
||||
Origin: http://localhost:8080
|
||||
X-Requested-With: XMLHttpRequest
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
DNT: 1
|
||||
Referer: http://localhost:8080/
|
||||
Accept-Encoding: gzip,deflate,sdch
|
||||
Accept-Language: en-US,en;q=0.8,fr;q=0.6
|
||||
|
||||
oldPath=%2FCopy.txt&newPath=%2FText+Files%2FCopy.txt
|
||||
Reference in New Issue
Block a user