#include <cookie.h>
| Public Attributes | |
| char * | domain | 
| curl_off_t | expires | 
| char * | expirestr | 
| bool | httponly | 
| bool | livecookie | 
| char * | maxage | 
| char * | name | 
| struct Cookie * | next | 
| char * | path | 
| bool | secure | 
| char * | spath | 
| bool | tailmatch | 
| char * | value | 
| char * | version | 
| curl_off_t Cookie::expires |