diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-23 22:03:57 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 10:56:19 +0200 |
| commit | cec24b0360d8a8a82ed2aa95362e958ec5f2fb0f (patch) | |
| tree | 4f986daba0ca35de0b9aebfc07fe849cc7fbeac2 /include | |
| parent | f7864cb7d49a8ca5bddf8d1f68b71ecd5ed85adc (diff) | |
| download | libweb-async-response.tar.gz | |
WIP async responseasync-response
Diffstat (limited to 'include')
| -rw-r--r-- | include/libweb/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
