Differences between revisions 8 and 9
Revision 8 as of 2008-06-10 17:14:43
Size: 579
Editor: CarlNobile
Comment:
Revision 9 as of 2008-06-10 17:26:35
Size: 583
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
[[attachment:README.AsyncoreHTTPServer|README]] [[attachment:README.AsyncoreHTTPServer.txt|README]]

AsyncoreHTTPServer

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

AsyncoreHTTPServer

README

testWebService

AsyncoreHTTPServer (last edited 2010-10-13 19:41:53 by CarlNobile)