funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
niwinz 2016-11-02T08:44:59.000182Z

@kenny sorry for my late reply, I was out this last 4 days

niwinz 2016-11-02T08:45:35.000183Z

your approach is a little bit icorrect, the body can't be readed always as string

niwinz 2016-11-02T08:46:29.000184Z

the body can contain binary data that can't be converted to string

niwinz 2016-11-02T08:46:39.000185Z

everything depends on the content type

niwinz 2016-11-02T08:47:01.000186Z

you can extend the body-params multimethod and add your own impl for the concrete content types