Introduction - If you have any usage issues, please Google them yourself
A small HTTP server built in C#. In it s current state, it only supports only the GET method, but can be extended to support any method in the RFC2616 standard. For cases where you only need a small, extensible web server to build off of, and you don t need the bulk provided by Apache or other web server.