RocksonZeta / koa-validate

validate koa request params and format request params
https://github.com/RocksonZeta/koa-validate
MIT License
284 stars 32 forks source link

Why 'this.body = this.body ' not 'this.body = this.request.body' in readme.md's example? #3

Closed sjfkai closed 9 years ago

sjfkai commented 9 years ago

when i post a param i get this.body == undefined Is it an error in basic usage code?

RocksonZeta commented 9 years ago

thanks for your tips!