file: add support for disabling cache related precondition checks via handlers
[project/uhttpd.git] / uhttpd.h
index b022ecf..fe05f0d 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -224,6 +224,7 @@ struct dispatch {
        void (*req_free)(struct client *cl);
 
        bool data_blocked;
+       bool no_cache;
 
        union {
                struct {