uhttpd: recognize PATCH, PUT and DELETE HTTP methods
[project/uhttpd.git] / uhttpd.h
index 374cd72186ab7359272eeee21ff320c465e6c102..8d6022a3c1004f9c2c5c613d62d4d0cdda340ce9 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -92,6 +92,9 @@ enum http_method {
        UH_HTTP_MSG_POST,
        UH_HTTP_MSG_HEAD,
        UH_HTTP_MSG_OPTIONS,
+       UH_HTTP_MSG_PUT,
+       UH_HTTP_MSG_PATCH,
+       UH_HTTP_MSG_DELETE,
 };
 
 enum http_version {