Browse Source

Fix a small error in the REST part of the guide

Loïc Hoguin 12 years ago
parent
commit
9a7d606709
1 changed files with 1 additions and 1 deletions
  1. 1 1
      guide/rest_handlers.md

+ 1 - 1
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 |                           |