HTTPEnum
from pandac.PandaModules import HTTPEnum
Class : HTTPEnum
Description : This class is just used as a namespace wrapper for some of the enumerated types used by various classes within the HTTPClient family.
Inheritance:
Constants in HTTPEnum:
| HV09 | (HTTPVersion) |
| HV10 | (HTTPVersion) |
| HV11 | (HTTPVersion) |
| HVOther | (HTTPVersion) |
| |
| MOptions | (Method) |
| MGet | (Method) |
| MHead | (Method) |
| MPost | (Method) |
| MPut | (Method) |
| MDelete | (Method) |
| MTrace | (Method) |
| MConnect | (Method) |
| |