this http server supports a small subset of the HTTP standard. content from www/ directory is served for GET/ requests. all the prevalent MIME types are supported. basic set of headers are transmitted back to the client. command line output indicates resource accessed, ip address : port number of client and access count for the resource.
make start
make restart
http://[localhost]:[port]/
port will be printed out when the server start.
wget [localhost]/sample.html