Summary of WebKit.Request

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


class Request(Message):

    ## Init ##
    def __init__(self)

    ## Access ##
    def time(self)
    def timeStamp(self)

    ## Input ##
    def input(self)

    ## Remote info ##
    def remoteAddress(self)
    def remoteName(self)

    ## Local info ##
    def localAddress(self)
    def localName(self)
    def localPort(self)

    ## Security ##
    def isSecure(self)

    ## Transactions ##
    def responseClass(self)
    def setTransaction(self, trans)
    def transaction(self)

    ## Cleanup ##
    def clearTransaction(self)