diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-21 18:49:18 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-21 18:49:18 +0100 |
| commit | 983074cc8724f690948355d8962466d5b6cacb00 (patch) | |
| tree | c1aae17d8b32a865d7a6dff9c58caf9216b882fa /src/web.h | |
| parent | 9cb59aa6fd10b809d6a3bce8bd7d0b87f1684bea (diff) | |
Add the protocol to the curl example
Diffstat (limited to 'src/web.h')
| -rw-r--r-- | src/web.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,4 +39,5 @@ struct Request { struct MHD_PostProcessor *post_proc; // NULL when using PostCollector struct FormData form; const char *host; + const char *proto; }; |
