Server 0.0.1
HTTP/REST server implementation

HttpCookie Struct Reference

#include <cookie.h>

Data Fields

unsigned long hash
char * key
char * value
char * domain
char * path
time_t expires
time_t max_age
size_t nkey
size_t nvalue

Detailed Description

Definition at line 31 of file cookie.h.


Field Documentation

Definition at line 58 of file cookie.h.

Definition at line 61 of file cookie.h.

unsigned long HttpCookie::hash

Definition at line 54 of file cookie.h.

Definition at line 56 of file cookie.h.

Definition at line 62 of file cookie.h.

Definition at line 64 of file cookie.h.

Definition at line 65 of file cookie.h.

Definition at line 59 of file cookie.h.

Definition at line 57 of file cookie.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines