aboutsummaryrefslogtreecommitdiffstats
path: root/test/rest_created_path_resource.erl
AgeCommit message (Collapse)Author
2013-04-11Remove process_post, post_is_create, create_path, created_path callbacksLoïc Hoguin
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.
2013-01-29allow POST rest handling to specify path after accepting contentTom Burdick