diff options
Diffstat (limited to 'http.h')
| -rw-r--r-- | http.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 \ |
