Ulfius
HTTP Framework for REST Applications in C
Loading...
Searching...
No Matches
Data Fields
_u_cookie Struct Reference

#include <ulfius.h>

Data Fields

char * key
 
char * value
 
char * expires
 
unsigned int max_age
 
char * domain
 
char * path
 
int secure
 
int http_only
 
int same_site
 

Detailed Description

struct _u_cookie the structure containing the response cookie parameters

Field Documentation

◆ domain

char* _u_cookie::domain

◆ expires

char* _u_cookie::expires

◆ http_only

int _u_cookie::http_only

◆ key

char* _u_cookie::key

◆ max_age

unsigned int _u_cookie::max_age

◆ path

char* _u_cookie::path

◆ same_site

int _u_cookie::same_site

◆ secure

int _u_cookie::secure

◆ value

char* _u_cookie::value

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