ELinks 0.18.0
cookie Struct Reference

#include <cookies.h>

Collaboration diagram for cookie:

Public Member Functions

 LIST_HEAD_EL (struct cookie)

Data Fields

struct elinks_object object
char * name
char * value
char * path
char * domain
struct cookie_serverserver
time_t expires
unsigned int secure:1
unsigned int httponly:1
struct listbox_itembox_item

Member Function Documentation

◆ LIST_HEAD_EL()

cookie::LIST_HEAD_EL ( struct cookie )

Field Documentation

◆ box_item

struct listbox_item* cookie::box_item

◆ domain

char * cookie::domain

◆ expires

time_t cookie::expires

◆ httponly

unsigned int cookie::httponly

◆ name

char* cookie::name

◆ object

struct elinks_object cookie::object

◆ path

char* cookie::path

◆ secure

unsigned int cookie::secure

◆ server

struct cookie_server* cookie::server

◆ value

char * cookie::value

The documentation for this struct was generated from the following file: