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:
15
Tests/WebServer/003-200.response
Normal file
15
Tests/WebServer/003-200.response
Normal file
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 218
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebServer
|
||||
Date: Fri, 11 Apr 2014 02:42:27 GMT
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html><head><meta charset="utf-8"></head><body>
|
||||
<ul>
|
||||
<li><a href="capable_green_ipad_l.png">capable_green_ipad_l.png</a></li>
|
||||
<li><a href="hero_mba_11.jpg">hero_mba_11.jpg</a></li>
|
||||
</ul>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user