diff --git a/src/router.cr b/src/router.cr index 2a6f59c..25b2a77 100644 --- a/src/router.cr +++ b/src/router.cr @@ -7,7 +7,7 @@ module Router getter route_handler : RouteHandler = RouteHandler.new - HTTP_METHODS = %w(get post put patch delete options) + HTTP_METHODS = %w(connect delete get head options patch post put trace) # Define each method for supported http methods {% for http_method in HTTP_METHODS %}