HTTPEnum
from panda3d.core import HTTPEnum
- class HTTPEnum
Bases:
DTOOL_SUPER_BASE
This class is just used as a namespace wrapper for some of the enumerated types used by various classes within the HTTPClient family.
Inheritance diagram
- HV09 = 0
- HV10 = 1
- HV11 = 2
- HVOther = 3
- HV_09 = 0
- HV_10 = 1
- HV_11 = 2
- HV_other = 3
- MConnect = 7
- MDelete = 5
- MGet = 1
- MHead = 2
- MOptions = 0
- MPost = 3
- MPut = 4
- MTrace = 6
- M_connect = 7
- M_delete = 5
- M_get = 1
- M_head = 2
- M_options = 0
- M_post = 3
- M_put = 4
- M_trace = 6
- __init__(*args, **kwargs)