Panda3D
|
This class is just used as a namespace wrapper for some of the enumerated types used by various classes within the HTTPClient family. More...
Public Types | |
enum | HTTPVersion { HV_09 = 0, HV_10 = 1, HV_11 = 2, HV_other = 3 } |
enum | Method { M_options = 0, M_get = 1, M_head = 2, M_post = 3, M_put = 4, M_delete = 5, M_trace = 6, M_connect = 7 } |
Public Member Functions | |
__init__ () | |
__init__ (const HTTPEnum) | |
This class is just used as a namespace wrapper for some of the enumerated types used by various classes within the HTTPClient family.
enum HTTPVersion |
enum Method |
__init__ | ( | ) |
__init__ | ( | const | HTTPEnum | ) |