Fork me on GitHub
#yada
<
2018-05-27
>
frozenlock01:05:50

I have (schema/optional-key :start) org.joda.time.DateTime in the :query field for a GET and it works great.

frozenlock01:05:11

However, the same thing in the :body field (for a POST) will say I have a malformed request.

frozenlock01:05:48

Is there something different in how the coercion is made?

frozenlock02:05:47

Ah, I think I understand... when in the body, the decoding is done using the format (ie transit) while in the query it's decoded using some kind of default.