diff options
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; }; |
