koa-body-parsers

4.0.0 • Public • Published

Koa Body Parsers

NPM version Build status Test coverage Greenkeeper badge Dependency Status License Downloads

A more functional version of body parsing. Use this module if you want to "lazily" parse the body. Other middleware automatically parse the body in the middleware chain, which might not be ideal as business logic like authentication, authorization, and routing are not done prior to body parsing.

Includes a json and urlencoded parsers, as well as a utility to save streams to disk.

See https://github.com/koajs/koala/blob/master/docs/body-parsing.md for more details.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    56
    • latest

Version History

Package Sidebar

Install

npm i koa-body-parsers

Weekly Downloads

288

Version

4.0.0

License

MIT

Unpacked Size

5.46 kB

Total Files

4

Last publish

Collaborators

  • coderhaoxin
  • jongleberry