summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2014-02-15 01:00:12 +1100
committerCarlo Zancanaro <carlo@zancanaro.id.au>2014-02-15 01:00:12 +1100
commitb3e639fae5e93cab62c139c7fdd856c3b1545b98 (patch)
tree85d8db2f358c8640882b74e9f53a68b24850cfde
parentc34ee1b61c4990c9fcc4c42858212bd7109b6422 (diff)
Add OPTIONS and PATCH to the readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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: