0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix a small error in the REST part of the guide

This commit is contained in:
Loïc Hoguin 2013-04-26 17:08:58 +02:00
parent ed29c0f722
commit 9a7d606709

View file

@ -81,7 +81,7 @@ empty column means there is no default value for this callback.
| Callback name | Default value | | Callback name | Default value |
| ---------------------- | ------------------------- | | ---------------------- | ------------------------- |
| allowed_methods | `[<<"GET">>, <<"HEAD">>]` | | allowed_methods | `[<<"GET">>, <<"HEAD">>, <<"OPTIONS">>]` |
| allow_missing_post | `true` | | allow_missing_post | `true` |
| charsets_provided | skip | | charsets_provided | skip |
| content_types_accepted | | | content_types_accepted | |