2.1.4 • Published 5 years ago

egg-restful-response v2.1.4

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

egg-restful-response

NPM version build status Test coverage npm download

插件用于简单地给出 restful 标准的响应。

依赖说明

依赖的 egg 版本

egg-restful-response 版本egg 1.x
1.x😁
0.x

开启插件

// config/plugin.js
exports.restfulResponse = {
  enable: true,
  package: 'egg-restful-response',
};

使用

阅读 app/extend/context.js

详细配置

请到 config/config.default.js 查看详细配置项说明。

提问交流

请到 egg issues 异步交流。

License

MIT

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago