Summary of WebKit.HTTPServer

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 log_request(self, code='-', size='-')


class HTTPAppServerHandler(Handler, HTTPHandler):
    def handleRequest(self)
    def doTransaction(self, env, input)
    def dispatchRawRequest(self, requestDict, streamOut)