diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-03-18 11:37:42 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-03-18 11:37:42 +0300 |
| commit | ea3e7bc2c7c115161918e352e68c1c7e67dfdae3 (patch) | |
| tree | 553eac00affd421d17dbdc28f37f35b2cb9afc12 /lib/http.h | |
| parent | efabb034e09679660c6b1e82ec55c4f39d5cfb1d (diff) | |
Improve the headers interface
Diffstat (limited to 'lib/http.h')
| -rw-r--r-- | lib/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ struct request { struct response { size_t code; - const_string headers; + header_da headers; const_string body; const_string string; }; |
