diff options
-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: |