htmlCookie Struct Reference

#include <htmlPage.h>

Collaboration diagram for htmlCookie:

Collaboration graph
[legend]

Data Fields

htmlCookienext
char * name
char * value
char * domain
char * path
char * expires
boolean secure

Detailed Description

Definition at line 28 of file htmlPage.h.


Field Documentation

struct htmlCookie* htmlCookie::next [read]

Definition at line 32 of file htmlPage.h.

Referenced by cookieOutput(), and htmlCookieFreeList().

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

Definition at line 35 of file htmlPage.h.

Referenced by htmlCookieFree(), and parseCookie().

char* htmlCookie::path

Definition at line 36 of file htmlPage.h.

Referenced by htmlCookieFree(), and parseCookie().

char* htmlCookie::expires

Definition at line 37 of file htmlPage.h.

Referenced by htmlCookieFree(), and parseCookie().

boolean htmlCookie::secure

Definition at line 38 of file htmlPage.h.

Referenced by parseCookie().


The documentation for this struct was generated from the following file:
Generated on Tue Dec 25 20:26:15 2007 for blat by  doxygen 1.5.2