htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
h2o_cookie Struct Reference

#include <cookie.h>

Data Fields

h2o_stringname
 
h2o_stringvalue
 
h2o_stringdomain
 
h2o_stringpath
 
i64 max_age
 
h2o_same_site_args_t same_site
 
b32 secure
 
b32 http_only
 

Field Documentation

◆ domain

h2o_string* h2o_cookie::domain

◆ http_only

b32 h2o_cookie::http_only

◆ max_age

i64 h2o_cookie::max_age

◆ name

h2o_string* h2o_cookie::name

◆ path

h2o_string* h2o_cookie::path

◆ same_site

h2o_same_site_args_t h2o_cookie::same_site

◆ secure

b32 h2o_cookie::secure

◆ value

h2o_string* h2o_cookie::value

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