slet-basecontroller

basecontroller


Keywords
slet, servlet
License
MIT
Install
npm install slet-basecontroller@1.4.3

Documentation

BaseController

NPM version Build codecov.io js-standard-style

获取请求参数的3种方式

  • this.body
  • this.query
  • this.params

api

  • this.write()
  • this.end()