Fix windows compilation errors

This commit is contained in:
2025-07-21 12:06:23 +02:00
parent acf4746611
commit 5cb3977c3c
14 changed files with 286 additions and 227 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ int main(void)
http_response_status(res, 200);
// Then zero or more headers
http_response_header(res, "Content-Type: text/plain");
http_response_header(res, HTTP_STR("Content-Type: text/plain"));
// Then you can write zero or more chunks of the response body
http_response_body(res, HTTP_STR("Hello"));