uhttpd: add support for adding arbitrary headers via handler scripts
[project/uhttpd.git] / uhttpd.h
index f9ea761..b022ecf 100644 (file)
--- 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;
 };