koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

Can't get body if content-type is text/plain #71

Closed ErosZZH closed 5 years ago

ErosZZH commented 6 years ago

No matter whether I set validate.type or not, the request body can't be parsed and can't get it in ctx.request

aheckmann commented 5 years ago

Closing due to inactivity. Please reopen with a reproducible example if the issue persists.