Panda3D
|
Public Member Functions | |
def | __init__ (self, connection) |
def | dictFromGET (self) |
def | getRequestType (self) |
def | getSourceAddress (self) |
def | getURI (self) |
def | respond (self, body) |
def | respondCustom (self, contentType, body) |
def | respondHTTP (self, status, body) |
def | respondXML (self, body) |
def | timeout (self) |
Public Attributes | |
connection | |
Pointer to a single web request (maps to an open HTTP socket). An instance of this class maps to a single client waiting for a response. connection is an instance of libdirect.HttpRequest
def __init__ | ( | self, | |
connection | |||
) |
def dictFromGET | ( | self | ) |
def getRequestType | ( | self | ) |
def getSourceAddress | ( | self | ) |
def getURI | ( | self | ) |
def respond | ( | self, | |
body | |||
) |
def respondCustom | ( | self, | |
contentType, | |||
body | |||
) |
def respondHTTP | ( | self, | |
status, | |||
body | |||
) |
def respondXML | ( | self, | |
body | |||
) |
def timeout | ( | self | ) |
connection |