aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/chttp/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chttp/http.h b/include/chttp/http.h
index 4fcc418..937f93e 100644
--- a/include/chttp/http.h
+++ b/include/chttp/http.h
@@ -65,6 +65,7 @@ typedef struct {
size_t inc_fd;
const_string method;
const_string path;
+ const_string version;
http_query_da query;
header_da headers;
const_string body;