diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 19:07:17 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 19:07:17 +0100 |
commit | 4f8d550c72658177b47111d2f64dfe94900b6df4 (patch) | |
tree | bb8d31e9d028e3f75da5c098776eaacce07b3ca3 /uhttpd.h | |
parent | 3c4d560581795dbb6c89ec9f08fade3adcc91024 (diff) |
add support for sending HTTP/1.1 100 Continue
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |