update documentation

master
Yorick van Pelt 2015-03-01 21:52:33 +01:00
parent 6ec64666a5
commit 843ebb41f5
1 changed files with 11 additions and 0 deletions

View File

@ -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