Closed leemhenson closed 6 years ago
Thanks, do you need a new next
release?
Yes please!
On Fri, 26 Jan 2018 at 17:36 Giulio Canti notifications@github.com wrote:
Thanks, do you need a new next release?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gcanti/hyper-ts/pull/7#issuecomment-360852034, or mute the thread https://github.com/notifications/unsubscribe-auth/AAACAx6Jn4c2a3ix6z4QmkSiaO_56Mm_ks5tOg0ggaJpZM4RuoEZ .
Done
Hi Giulio
I've been using this a little bit today, it's all working great except that the earlier version's
getBody
function onKoaConn
was referring to the response body, not the request body. I've added a peer dep to the standardkoa-bodyparser
package which provides access the request body.