koa-better-body : Full-featured [koa][] body parser! Support parsing text, buffer, json, json patch, json api, csp-report, multipart, form and urlencoded bodies. Works for koa1, koa2 and will work for koa3.. You can installing koa-better-body npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install koa-better-body $ sudo npm install -g koa-better-body
If want to update the koa-better-body package execute the command as below,
$ sudo npm update koa-better-body
Update package globally,
$ npm install -g koa-better-body
$ sudo git clone https://github.com/rektide/koa-better-body.git
$ sudo npm install -g ./koa-better-body
koa-better-body@3.0.4 /usr/lib/node_modules/koa-better-body
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-better-body
Package Name | koa-better-body |
Version | 3.0.4 |
Description | Full-featured [koa][] body parser! Support parsing text, buffer, json, json patch, json api, csp-report, multipart, form and urlencoded bodies. Works for koa1, koa2 and will work for koa3. |
Released Date | 2017-07-16T14:32:39.330Z |
Published by | tunnckocore |
How to Learn | https://www.npmjs.com/package/koa-better-body/tutorial |