aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-03-18 11:37:42 +0300
committerspl3g <spleefer6@yandex.ru>2025-03-18 11:37:42 +0300
commitea3e7bc2c7c115161918e352e68c1c7e67dfdae3 (patch)
tree553eac00affd421d17dbdc28f37f35b2cb9afc12 /lib/http.h
parentefabb034e09679660c6b1e82ec55c4f39d5cfb1d (diff)
Improve the headers interface
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index 883054b..489775e 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -51,7 +51,7 @@ struct request {
struct response {
size_t code;
- const_string headers;
+ header_da headers;
const_string body;
const_string string;
};