summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/http.h b/http.h
index 5a9283e..8134b1d 100644
--- a/http.h
+++ b/http.h
@@ -10,6 +10,8 @@ enum method
METHOD_DELETE,
METHOD_OPTIONS,
METHOD_PATCH,
+ NUMBER_OF_METHODS,
+ METHOD_INVALID,
};
struct request