From 983074cc8724f690948355d8962466d5b6cacb00 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 21 Feb 2026 18:49:18 +0100 Subject: Add the protocol to the curl example --- src/web.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web.h') diff --git a/src/web.h b/src/web.h index 2bd85ea..d957427 100644 --- a/src/web.h +++ b/src/web.h @@ -39,4 +39,5 @@ struct Request { struct MHD_PostProcessor *post_proc; // NULL when using PostCollector struct FormData form; const char *host; + const char *proto; }; -- cgit v1.2.3