summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.h b/http.h
index caeb28d..09dac27 100644
--- a/http.h
+++ b/http.h
@@ -23,6 +23,7 @@ struct http_request {
int method;
char *uri;
char *query_str;
+ char *cookie;
char *body;
};