koa best validator:Koa请求验证器。 源码
koa-best-validator 对于参数的校验, koa-best-validator提供了类校验方式,对以下四纵参数进行统一校验 ctx.params(路由参数) ctx.request.query(包含请求查询参数) ctx.request.header(多个请求头) ctx.request.body(某些请求体) 安装 yarn add koa-best-validator # 或 npm i koa-best-validator 使用 继承基类Validator Referenceaysnc-validator,在属性描述符中添加验证规则 验证await (new Reg
文件列表
koa-best-validator-master.zip
(预估有个16文件)
koa-best-validator-master
rollup.config.js
924B
Reference.md
146B
yarn.lock
84KB
src
index.ts
4KB
.babelrc
288B
lib
index.d.ts
12B
index.js
84KB
暂无评论