You can also browse the complete source file or the generated documentation.
class HTTPHandler(BaseHTTPServer.BaseHTTPRequestHandler): def handleRequest(self) def headersToEnviron(self, headers, env) def processResponse(self, data) def doLocation(self, headers) def sendStatus(self, headers) def sendHeaders(self, headers) def sendBody(self, bodyFile) def log_request(self, code='-', size='-') class HTTPAppServerHandler(Handler, HTTPHandler): def handleRequest(self) def doTransaction(self, env, myInput) def dispatchRawRequest(self, requestDict, streamOut)