ELinks 0.16.1.1
cookie Struct Reference

#include <cookies.h>

Collaboration diagram for cookie:

Data Fields

void * magic1
struct cookienext
struct cookieprev
void * magic2
struct 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

Field Documentation

◆ box_item

struct listbox_item* cookie::box_item

◆ domain

char * cookie::domain

◆ expires

time_t cookie::expires

◆ httponly

unsigned int cookie::httponly

◆ magic1

void* cookie::magic1

◆ magic2

void* cookie::magic2

◆ name

char* cookie::name

◆ next

struct cookie* cookie::next

◆ object

struct object cookie::object

◆ path

char* cookie::path

◆ prev

struct cookie* cookie::prev

◆ 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: