A tiny HTTP server.
This project is developed on/for BSD.
To make the httpd, use make. An executable binary file httpd will be created. To clean all the image files, use make clean.
Run the http server with httpd. Then check http://127.0.0.1:8080/index.html for HTML, http://127.0.0.1:8080/jasonmel.jpg for JPG, http://127.0.0.1:8080/jasonmel.png for PNG.