diff options
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |