Fork me on GitHub
#liberator
<
2018-08-30
>
fmn23:08:29

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

fmn23:08:16

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?