extra cookie

This commit is contained in:
Felicia Seo 2022-12-11 18:55:53 -05:00
parent 152cd33d83
commit f93671ac58

View File

@ -40,6 +40,8 @@ struct http_transaction {
size_t req_body; // ditto
int req_content_len; // content length of request body
char* extra_cookie;
char *token; // authentication token
bool valid_token;
long exp;