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:
16
Tests/WebServer/001-200.response
Normal file
16
Tests/WebServer/001-200.response
Normal file
@@ -0,0 +1,16 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 221
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebServer
|
||||
Date: Fri, 11 Apr 2014 02:42:22 GMT
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html><head><meta charset="utf-8"></head><body>
|
||||
<ul>
|
||||
<li><a href="Copy.txt">Copy.txt</a></li>
|
||||
<li><a href="images/">images/</a></li>
|
||||
<li><a href="PDF%20Reports/">PDF Reports/</a></li>
|
||||
</ul>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user