index
:
cfws
c-rewrite
master
original-cpp
A simple HTTP server specialized for local testing
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'http.h')
-rw-r--r--
http.h
1
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;
};