koa2-json-schema:通过JSON模式验证请求主体的中间件

时间:2024-05-20 02:05:06
【文件属性】:

文件名称:koa2-json-schema:通过JSON模式验证请求主体的中间件

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-20 02:05:06

JavaScript

Koa2 JSON模式 用于通过JSON模式验证请求主体的中间件。 安装 $ npm i koa2-json-schema 测验 $ npm test 基本用法 const Koa = require ( 'koa' ) const Router = require ( 'koa-router' ) const bodyParser = require ( 'koa-bodyparser' ) const jsonSchema = require ( 'koa2-json-schema' ) ( ) const app = new Koa ( ) const router = new Router ( ) router . post ( '/users' , jsonSchema ( { first_name : 'string' , last_name : 'string' ,


【文件预览】:
koa2-json-schema-master
----locales()
--------en.js(189B)
--------ru.js(278B)
----index.js(5KB)
----i18n.js(230B)
----package.json(699B)
----package-lock.json(8KB)
----index.test.js(3KB)
----LICENSE.md(1KB)
----.gitignore(20B)
----README.md(3KB)

网友评论