Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-04-30 01:35:14
Size: 461
Editor: CarlNobile
Comment:
Revision 4 as of 2008-04-30 13:29:20
Size: 449
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
'''''I will post the code in the next few days.''''' ~-[[attachment:AsyncoreHTTPServer.py]]-~

AsyncoreHTTPServer

This is a small side project I actually did for work. I wrapped asyncore to be an HTTP 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 HTTP/1.1 compliant and can be used as a RESTful server.

AsyncoreHTTPServer.py

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