Summary of WebKit.Response

You can also browse the complete source file or the generated documentation.


class Response(Message):

    ## Init ##
    def __init__(self, trans, strmOut)

    ## End time ##
    def endTime(self)
    def recordEndTime(self)

    ## Output ##
    def write(self, string)
    def isCommitted(self)
    def deliver(self)
    def reset(self)
    def streamOut(self)

    ## Cleanup ##
    def clearTransaction(self)

    ## Exception reporting ##