liberator

fmn 2018-08-30T23:41:29.000100Z

Why is :malformed? comes before :known-content-type?. The example got me confused, since it basically tries to parse the body first then actually checking the content type if it is supported

fmn 2018-08-30T23:43:16.000100Z

And in this issue https://github.com/clojure-liberator/liberator/issues/29. It suggests body parsing to be done in :valid-content-header?. If it's a better place, what is the "correct" way of using :malformed? decision point?