文件名称:restify-validation:验证在 node.js 中使用 node-restify 构建的 REST 服务
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-31 06:05:26
CoffeeScript
重新验证验证 验证在 node.js 中使用构建的 REST 服务 要求 node-restify-validation 至少需要 restify 2.6.0,因为验证模型是在路由对象中定义的。 ( ) 当前需要通过 mapParams-option 将所有参数映射到“params-scope”,因为所有验证都将再次针对 req.params 对象执行。 使用 node-restify 进行简单的请求验证 这个小项目的目标是一方面让验证规则/模式尽可能接近路由本身,另一方面又不会用进一步的 LOC 搞乱逻辑。 例子: restifyValidation = require "restify-validation" Type = restifyValidation.type server = restify.createServer() server.use restify.que
【文件预览】:
restify-validation-master
----package.json(494B)
----LICENSE(1KB)
----.npmignore(5B)
----.gitignore(587B)
----README.md(3KB)
----index.coffee(4KB)