uhttpd: add support for adding arbitrary headers via handler scripts
[project/uhttpd.git] / uhttpd.h
index f9ea76196ec1706553fab7a1adc9741ca45cb2ff..b022ecf509ece2579ee9c80aada1f54b44c6f8d3 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;
 };