koa bodyparser - Tuong-Nguyen/JavaScript-Structure GitHub Wiki
koa-bodyparser (https://github.com/koajs/bodyparser): middleware that parse request's body (default are form and json) and store in context.request.body as a JSON object, context.request.rawbody stores the original value.