mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
#35 First pass at unit tests
This commit is contained in:
10
Tests/WebServer/005-GET.request
Normal file
10
Tests/WebServer/005-GET.request
Normal file
@@ -0,0 +1,10 @@
|
||||
GET /images/hero_mba_11.jpg HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Connection: keep-alive
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36
|
||||
DNT: 1
|
||||
Referer: http://localhost:8080/images/
|
||||
Accept-Encoding: gzip,deflate,sdch
|
||||
Accept-Language: en-US,en;q=0.8,fr;q=0.6
|
||||
|
||||
Reference in New Issue
Block a user