Cookie structure.
More...
#include <cookie.h>
Cookie structure.
- Parameters
-
| names | The names of each cookie field. |
| values | The values of each cookie field. |
| domain | The domain of the cookie. |
| path | The path of the cookie. |
| expires_str | The expires string of the cookie. |
| same_site | The SameSite value of the cookie. |
| expires | The expires value of the cookie. |
| max_age | The max-age value of the cookie. |
| secure | The secure value of the cookie. |
| http_only | The http-only value of the cookie. |
◆ domain
◆ expires
◆ expires_str
◆ http_only
| b32 h2o_cookie::http_only |
◆ map
◆ max_age
◆ path
◆ same_site
◆ secure
The documentation for this struct was generated from the following file: