summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-02 19:07:17 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-02 19:07:17 +0100
commit4f8d550c72658177b47111d2f64dfe94900b6df4 (patch)
treebb8d31e9d028e3f75da5c098776eaacce07b3ca3 /uhttpd.h
parent3c4d560581795dbb6c89ec9f08fade3adcc91024 (diff)
add support for sending HTTP/1.1 100 Continue
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;