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:
parent
ed29c0f722
commit
9a7d606709
1 changed files with 1 additions and 1 deletions
|
@ -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 | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue