From b3e639fae5e93cab62c139c7fdd856c3b1545b98 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sat, 15 Feb 2014 01:00:12 +1100 Subject: Add OPTIONS and PATCH to the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d6312..b7f8261 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ When giving a route a name, wrap it in a call to (str "a username")))) `register-route` currently only supports the standard `compojure` -methods: `GET`, `POST`, `PUT`, `DELETE`, `HEAD` and `ANY`. +methods: `GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `PATCH` +and `ANY`. To later retrieve this url, use the `abra.core/url-for` function: -- cgit v1.2.3