diff options
Diffstat (limited to 'guide')
-rw-r--r-- | guide/rest_handlers.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | | |