mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Fix REST guide reference to accept_missing_post
The guide refers to accept_missing_post instead of allow_missing_post.
This commit is contained in:
parent
260fc1e60b
commit
428653ab36
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ Cowboy will check for conflicts and then move on to the
|
||||||
will figure out whether the resource existed previously,
|
will figure out whether the resource existed previously,
|
||||||
and if so whether it was moved elsewhere. If the resource
|
and if so whether it was moved elsewhere. If the resource
|
||||||
is truly non-existent, the method is POST and the call
|
is truly non-existent, the method is POST and the call
|
||||||
for `accept_missing_post` returns `true`, then Cowboy will
|
for `allow_missing_post` returns `true`, then Cowboy will
|
||||||
move on to the `content_types_accepted` step. Otherwise
|
move on to the `content_types_accepted` step. Otherwise
|
||||||
the request processing ends there.
|
the request processing ends there.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue