summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-16 18:26:18 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-16 18:26:18 +0200
commit242401f544df790b1df7d12b3be5f5b429da091c (patch)
tree5b35d49454c21740bede1a4ebe05d3d889d4758b /uhttpd.h
parentfe01ef3f52adae9da38ef47926cd50974af5d6b7 (diff)
uhttpd: add support for adding arbitrary headers via handler scripts
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 f9ea761..b022ecf 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -258,6 +258,7 @@ struct client {
struct uh_addr srv_addr, peer_addr;
struct blob_buf hdr;
+ struct blob_buf hdr_response;
struct dispatch dispatch;
};