summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index f47c743..4c09c12 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -78,6 +78,7 @@ enum http_version {
struct http_request {
enum http_method method;
enum http_version version;
+ bool expect_cont;
int redirect_status;
const char *url;
const struct auth_realm *realm;