0
Fork 0
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:
Loïc Hoguin 2018-11-05 10:30:26 +01:00
parent 06f9f3714f
commit 805a156785
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
4 changed files with 264 additions and 0 deletions

View file

@ -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]