From 843ebb41f53cd503f4544e801e0934c3c76368cc Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 1 Mar 2015 21:52:33 +0100 Subject: [PATCH] update documentation --- documentation_file.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation_file.txt b/documentation_file.txt index e69de29..c5cceed 100644 --- a/documentation_file.txt +++ b/documentation_file.txt @@ -0,0 +1,11 @@ + +- support HTTP/1.1 (no HTTP/1.0 needed) +- urls without / at the end (and %xx codes) +- etags using sha1sum +- if no index.html: return 404 +- only GET support +- persistence and timeouts and connection: close from both sides. + +implementation: + +implemented using sockets and select