We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you need to access the request body in middleware, include the module lws-body-parser from the default stack somewhere high up your personal stack.
lws-body-parser
Now, if an incoming request contains a body it will be present at ctx.request.body or ctx.request.rawBody. See koa-bodyparser for more information.
ctx.request.body
ctx.request.rawBody