summaryrefslogtreecommitdiff
path: root/src/web.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-21 18:49:18 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-21 18:49:18 +0100
commit983074cc8724f690948355d8962466d5b6cacb00 (patch)
treec1aae17d8b32a865d7a6dff9c58caf9216b882fa /src/web.h
parent9cb59aa6fd10b809d6a3bce8bd7d0b87f1684bea (diff)
Add the protocol to the curl example
Diffstat (limited to 'src/web.h')
-rw-r--r--src/web.h1
1 files changed, 1 insertions, 0 deletions
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;
};