Fork me on GitHub
#reitit
<
2018-10-10
>
valerauko09:10:39

I put up a PR to address #89, hope that's fine?

valerauko09:10:42

I branched it from the 0.2.3 release tag because tests were failing current master.

Alex H19:10:47

Hi, possibly a stupid question, but I don't understand how response coercion is supposed to work at all

Alex H19:10:43

The spec -response-coercer of the spec Coercion just ends up calling st/conform, which would never call st/encode. So nothing ever calls encoders, only decoders

Alex H19:10:10

(which is what you'd want for request, but not for response, I'd have assumed)