From ea3e7bc2c7c115161918e352e68c1c7e67dfdae3 Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 18 Mar 2025 11:37:42 +0300 Subject: Improve the headers interface --- lib/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.h') 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; }; -- cgit v1.2.3