mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Test stop against all relevant REST callbacks
This commit is contained in:
parent
06f9f3714f
commit
805a156785
4 changed files with 264 additions and 0 deletions
|
@ -550,6 +550,10 @@ links to the different representations. If the server has
|
|||
a preferred representation it can send its link inside a
|
||||
location header.
|
||||
|
||||
Note that when replying manually in this callback you
|
||||
should either call `cowboy_req:reply/4` or remove the
|
||||
response body that Cowboy sets to avoid surprises.
|
||||
|
||||
=== options
|
||||
|
||||
[source,erlang]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue