#include <htmlPage.h>
Collaboration diagram for htmlCookie:

Data Fields | |
| htmlCookie * | next |
| char * | name |
| char * | value |
| char * | domain |
| char * | path |
| char * | expires |
| boolean | secure |
Definition at line 28 of file htmlPage.h.
struct htmlCookie* htmlCookie::next [read] |
| char* htmlCookie::name |
Definition at line 33 of file htmlPage.h.
Referenced by cookieOutput(), htmlCookieFree(), and parseCookie().
| char* htmlCookie::value |
Definition at line 34 of file htmlPage.h.
Referenced by cookieOutput(), htmlCookieFree(), and parseCookie().
| char* htmlCookie::domain |
| char* htmlCookie::path |
| char* htmlCookie::expires |
| boolean htmlCookie::secure |
1.5.2