AsyncoreHTTPServer

This is a small side project I actually did for work. I wrapped asyncode in an HTTP server and request handler. It can be used in much the same way as the SimpleHTTPServer though the API is different. It is still a work in progress, but is running in its current form in a production environment. It is HTTP/1.1 compliant and can be used as a RESTful server.

I will post the code in the next few days.