Defined in header file: hzHttpClient.h
Authentication methods
Enum definition:
enum hzAuthmode
{
| HZ_AUTH_NONE | No authentication regime in place | ||
| HZ_AUTH_BASIC | A base64 password is passed to the server with each HTTP request | ||
| HZ_AUTH_FORM_POST | A form submission of username and password by HTTP POST | ||
| HZ_AUTH_FORM_GET | A form submission of username and password by HTTP GET |
} ;