From a7ab63523a2d5726033e241e37ee7c98e46ad0d3 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 19 Jun 2016 17:49:40 +0100 Subject: Add all supported method types --- icespider/common/routes.ice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icespider/common/routes.ice b/icespider/common/routes.ice index 6ec1d50..8f7b520 100644 --- a/icespider/common/routes.ice +++ b/icespider/common/routes.ice @@ -1,6 +1,6 @@ module UserIceSpider { enum HttpMethod { - GET, POST, DELETE + GET, HEAD, POST, PUT, DELETE, OPTIONS }; enum ParameterSource { URL, Body, QueryString, Header -- cgit v1.2.3