liberator

Mario C. 2018-09-25T20:52:55.000100Z

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

Mario C. 2018-09-25T20:53:04.000100Z

or is everything handled within the :delete!?

ordnungswidrig 2018-09-25T20:57:48.000100Z

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. 2018-09-25T21:04:36.000100Z

Thanks I think it finally clicked now actually lol