--- a/src/server/proxy/httpclient.h Sun Feb 22 13:39:39 2026 +0100 +++ b/src/server/proxy/httpclient.h Mon Feb 23 22:28:44 2026 +0100 @@ -175,6 +175,8 @@ int http_client_set_addr(HttpClient *client, int domain, const struct sockaddr *addr, socklen_t addrlen); +int http_client_set_socket(HttpClient *client, int socketfd); + int http_client_set_method(HttpClient *client, const char *method); int http_client_set_uri(HttpClient *client, const char *uri);