aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
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;
};