Data Fields
apreq_cookie_t Struct Reference

Cookie type, supporting both Netscape and RFC cookie specifications. More...

#include <apreq_cookie.h>

Collaboration diagram for apreq_cookie_t:
Collaboration graph
[legend]

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

◆ comment

char* apreq_cookie_t::comment

RFC cookies may send a comment

◆ commentURL

char* apreq_cookie_t::commentURL

RFC cookies may place an URL here

◆ domain

char* apreq_cookie_t::domain

Restricts server domain

◆ flags

unsigned apreq_cookie_t::flags

charsets, taint marks, app-specific bits

◆ max_age

apr_time_t apreq_cookie_t::max_age

total duration of cookie: -1 == session

◆ path

char* apreq_cookie_t::path

Restricts url path

◆ port

char* apreq_cookie_t::port

Restricts server port

◆ v

const apreq_value_t apreq_cookie_t::v

"raw" cookie value


The documentation for this struct was generated from the following file: