diff --git a/guide/rest_handlers.md b/guide/rest_handlers.md index 7e8427e2..6bfbb6cd 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 | |