Ulfius
HTTP Framework for REST Applications in C
|
#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 |
struct _u_cookie the structure containing the response cookie parameters
char* _u_cookie::key |
char* _u_cookie::value |
char* _u_cookie::expires |
unsigned int _u_cookie::max_age |
char* _u_cookie::domain |
char* _u_cookie::path |
int _u_cookie::secure |
int _u_cookie::http_only |
int _u_cookie::same_site |