Panda3D
|
Public Member Functions | |
def | __init__ |
def | dictFromGET |
def | getRequestType |
def | getSourceAddress |
def | getURI |
def | respond |
def | respondCustom |
def | respondHTTP |
def | respondXML |
def | timeout |
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 | ) |