From 57801baf56024f0e209e850cf7a7ec1eb7377649 Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 24 Mar 2025 22:47:47 +0300 Subject: Add version to the request struct --- include/chttp/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3