A little while ago, someone told me that for the BaseHTTPServer module, the whole request would be stored in self.rfile. I looked at the doumentation and is says rfile is: "Contains an input stream, positioned at the start of the optional input data." How do i get the input out of it?
-- http://mail.python.org/mailman/listinfo/python-list