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 constructorhzCookie()Not specified in code. Default applies

Public Methods:

voidClear(void)

Overloaded operators:

const char*operator const char *(void)
hzCookie&operator=(hzCookie& op)

Member Variables:

hzXDatem_ExpiresIf not set the cookie is permanent, otherwise stop using it after this date
uint32_tm_FlagsOperational flags (eg HttpOnly)
hzStringm_NameThe cookie name
hzStringm_PathSend the cookie if the path is equal to or greater than this
hzStringm_ValueThe cookie value