|
Server 0.0.1
HTTP/REST server implementation
|
#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 |
| char* HttpCookie::domain |
| time_t HttpCookie::expires |
| unsigned long HttpCookie::hash |
| char* HttpCookie::key |
| time_t HttpCookie::max_age |
| size_t HttpCookie::nkey |
| size_t HttpCookie::nvalue |
| char* HttpCookie::path |
| char* HttpCookie::value |