diff options
author | Loïc Hoguin <[email protected]> | 2013-04-11 17:59:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-04-11 22:25:36 +0200 |
commit | 5a171d0f8050eda4e43de82efb7f2508be314ee6 (patch) | |
tree | d2d182b9ff779f3f500e94a79b5adfdf831df19b /examples/ssl_hello_world | |
parent | 6256429dc97d69cbb19076acfea8e1fc3efb1286 (diff) | |
download | cowboy-5a171d0f8050eda4e43de82efb7f2508be314ee6.tar.gz cowboy-5a171d0f8050eda4e43de82efb7f2508be314ee6.tar.bz2 cowboy-5a171d0f8050eda4e43de82efb7f2508be314ee6.zip |
Remove process_post, post_is_create, create_path, created_path callbacks
Instead it will always go through content_types_accepted and it is
up to the resource code to do any creation and to return the created
path if the method is POST and the client should be redirected to the
created resource's location.
This removes the meta value 'put_path' as it is not needed anymore.
This fixes an issue with PATCH where content types were not normalized.
Diffstat (limited to 'examples/ssl_hello_world')
0 files changed, 0 insertions, 0 deletions