From 890ed2ce61a20e7ae14070fc1a76b24e248d0d08 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 2 May 2020 14:48:14 +0200 Subject: Added initial method parsing --- http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'http.h') 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 -- cgit v1.1