0.4.2 • Published 5 years ago

dragonrend-json-body-parser v0.4.2

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Build Status GitHub license

Dragonrend JSON Body Parser

Installation

$ npm install dragonrend-json-body-parser

Example

const { Dragonrend } = require('dragonrend')
const jsonBodyParser = require('dragonrend-json-body-parser')

const app = new Dragonrend()

jsonBodyParser(app)

app.post((ctx) => {
  // Parsed Request Body in ctx.request.body
  const { body } = ctx.request
  // Do something with Request's JSON body
})

app.toServer().listen(8080)

Author

Egor Repnikov - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago