aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-26 17:08:58 +0200
committerLoïc Hoguin <[email protected]>2013-04-26 17:08:58 +0200
commit9a7d606709ea77ed3b4bd6ff23f2862c8e288753 (patch)
tree200e4ae29680603a42dad9cf62cf13abe4d56ea0
parented29c0f72208b9a89e87239b6979b07df7c1fe9e (diff)
downloadcowboy-9a7d606709ea77ed3b4bd6ff23f2862c8e288753.tar.gz
cowboy-9a7d606709ea77ed3b4bd6ff23f2862c8e288753.tar.bz2
cowboy-9a7d606709ea77ed3b4bd6ff23f2862c8e288753.zip
Fix a small error in the REST part of the guide
-rw-r--r--guide/rest_handlers.md2
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 | |