From cec24b0360d8a8a82ed2aa95362e958ec5f2fb0f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 23 Sep 2025 22:03:57 +0200 Subject: WIP async response --- include/libweb/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libweb/http.h b/include/libweb/http.h index 736a561..f18b5c4 100644 --- a/include/libweb/http.h +++ b/include/libweb/http.h @@ -109,6 +109,7 @@ struct http_response unsigned long long n; size_t n_headers; void (*free)(void *); + int (*step)(const struct http_payload *, struct http_response *, void *); }; struct http_cfg -- cgit v1.2.3