I am trying to write code for a simple http server that will handle GET, POST and PUT requests from a handler and send back processed text results. I am using the BaseHTTPServer module and trying to use the 'rfile' and 'wfile' instance variables for reading and writing. Is there any simple sample code out there? I looked at the example in the new Python Standard Library book, but am puzzled as to how it works. Thanks in advance. David Lees _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
