diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2014-02-15 01:00:12 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@zancanaro.id.au> | 2014-02-15 01:00:12 +1100 |
commit | b3e639fae5e93cab62c139c7fdd856c3b1545b98 (patch) | |
tree | 85d8db2f358c8640882b74e9f53a68b24850cfde | |
parent | c34ee1b61c4990c9fcc4c42858212bd7109b6422 (diff) |
Add OPTIONS and PATCH to the readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |