apreq_cookie_t(3)
| apreq_cookie_t(3) | libapreq2 | apreq_cookie_t(3) |
NAME
apreq_cookie_t - Cookie type, supporting both Netscape and RFC cookie specifications.
SYNOPSIS
#include <apreq_cookie.h>
Data Fields
char * path
char * domain
char * port
char * comment
char * commentURL
apr_time_t max_age
unsigned flags
const apreq_value_t v
Detailed Description
Cookie type, supporting both Netscape and RFC cookie specifications.
Field Documentation
char* apreq_cookie_t::comment
RFC cookies may send a comment
char* apreq_cookie_t::commentURL
RFC cookies may place an URL here
char* apreq_cookie_t::domain
Restricts server domain
unsigned apreq_cookie_t::flags
charsets, taint marks, app-specific bits
apr_time_t apreq_cookie_t::max_age
total duration of cookie: -1 == session
char* apreq_cookie_t::path
Restricts url path
char* apreq_cookie_t::port
Restricts server port
const apreq_value_t apreq_cookie_t::v
Author
Generated automatically by Doxygen for libapreq2 from the source code.
| Wed Mar 10 2021 | Version 2.16 |
