Fork me on GitHub
#liberator
<
2018-09-24
>
ordnungswidrig08:09:59

:handle-created is meant to render the response after your POST request was successfully creating the resource. Typically you implement both and store whatever you want to return as the CREATED response in the context. In handle-create you extract the data you want from the context. The tutorial has an example on post which used redirect. Still you can get the idea

ordnungswidrig08:09:17

@mario.cordova.862 ^^^^ I left a response on your question about handling post requests

Mario C.15:09:49

@ordnungswidrig Thanks for clearing that up!