diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-03-24 22:47:47 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-03-24 22:48:21 +0300 |
| commit | 57801baf56024f0e209e850cf7a7ec1eb7377649 (patch) | |
| tree | 8027e8139f02205b4409624fa6d4cf21432cbf89 /include | |
| parent | e4d28f68a05ae0a9cd48ab811d478b10b2f75e64 (diff) | |
Add version to the request struct
Diffstat (limited to 'include')
| -rw-r--r-- | include/chttp/http.h | 1 |
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; |
