Defined in file: hzHttpClient.h
A cookie is a session tracking device set by a server and returned by the client in subsequent HTTP request.
Constructors/Detructors
| hzCookie* | hzCookie | (void) | |
| Default constructor | hzCookie() | Not specified in code. Default applies |
Public Methods:
| void | Clear | (void) |
Overloaded operators:
| const char* | operator const char * | (void) | |
| hzCookie& | operator= | (hzCookie& op) |
Member Variables:
| hzXDate | m_Expires | If not set the cookie is permanent, otherwise stop using it after this date | |
| uint32_t | m_Flags | Operational flags (eg HttpOnly) | |
| hzString | m_Name | The cookie name | |
| hzString | m_Path | Send the cookie if the path is equal to or greater than this | |
| hzString | m_Value | The cookie value |