From 9a7d606709ea77ed3b4bd6ff23f2862c8e288753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 26 Apr 2013 17:08:58 +0200 Subject: Fix a small error in the REST part of the guide --- guide/rest_handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/rest_handlers.md b/guide/rest_handlers.md index 7e8427e..6bfbb6c 100644 --- a/guide/rest_handlers.md +++ b/guide/rest_handlers.md @@ -81,7 +81,7 @@ empty column means there is no default value for this callback. | Callback name | Default value | | ---------------------- | ------------------------- | -| allowed_methods | `[<<"GET">>, <<"HEAD">>]` | +| allowed_methods | `[<<"GET">>, <<"HEAD">>, <<"OPTIONS">>]` | | allow_missing_post | `true` | | charsets_provided | skip | | content_types_accepted | | -- cgit v1.2.3