Overview

This is a simple HTTP web server you can use in your projects. At the moment it supports html/htm and some commong MIME types like jpg/png/gif etc. (you can easily add your own to the extensions list. Have a look at simplehttpd.h). NO PHP/JavaScript & Co. support is planed. This project was initially a homework I had at the university. simplehttpd is released under the BSD license so feel free to adapt the code at your own needs.