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

RFC cookies may send a comment

RFC cookies may place an URL here

Restricts server domain

charsets, taint marks, app-specific bits

total duration of cookie: -1 == session

Restricts url path

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