Fork me on GitHub
#liberator
<
2018-09-25
>
Mario C.20:09:55

@ordnungswidrig Quick question, when dealing with :delete! what is the equivalent of the :handle-created ?

Mario C.20:09:04

or is everything handled within the :delete!?

ordnungswidrig20:09:48

Important concept is that the actual response entity is returned by the :handle-xxx functions. The returned value is then converted to the actual byte-stream or string format by the :as-response implementation depending on the negotiated media-type and parameters.

Mario C.21:09:36

Thanks I think it finally clicked now actually lol