mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
#35 First pass at unit tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 199
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebServer
|
||||
Date: Fri, 11 Apr 2014 02:42:40 GMT
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html><head><meta charset="utf-8"></head><body>
|
||||
<ul>
|
||||
<li><a href="Apple%20Economic%20Impact%20on%20Cupertino.pdf">Apple Economic Impact on Cupertino.pdf</a></li>
|
||||
</ul>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user