koa-bodyreceiver

0.0.0 • Public • Published

koa-bodyreceiver


a middleware to receive request body.

about

receive request body, and store it to ctx.request.body.
this middleware won't parse body. ctx.request.body will be just Buffer, if body exist. else, it will be null.

usage

see sample directory.

license

The MIT License.

Readme

Keywords

Package Sidebar

Install

npm i koa-bodyreceiver

Weekly Downloads

3

Version

0.0.0

License

MIT

Last publish

Collaborators

  • otofune