aboutsummaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/http.h b/http.h
index ed0770f..8b3a286 100644
--- a/http.h
+++ b/http.h
@@ -35,6 +35,13 @@ struct http_payload
} *files;
} post;
} u;
+
+ const struct http_arg
+ {
+ char *key, *value;
+ } *args;
+
+ size_t n_args;
};
#define HTTP_STATUSES \