liberator

ordnungswidrig 2018-08-23T12:09:38.000100Z

@mario.cordova.862 handle-created produces a data (or string) representation of the desired result. The fn at :as-reponse function converts that to a suitable http response body depending on the negotiated media-type.

ordnungswidrig 2018-08-23T12:10:32.000100Z

e.g. if you request application/json and :handle-created returns {:foo "bar"} then the client will receive a json response body “{foo: bar}”