net-httpserver/documentation_file.txt

12 lines
278 B
Plaintext

- 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