azure middleware:用于Azure函数的Node.js中间件引擎:link: 源码
Azure中间件引擎 :link: Azure中间件引擎的开发灵感来自网络框架,例如 , , 等,以提供易于使用的api来在使用中间件模式。 但是,少说些什么,让我们看一些代码。 例如: // index.js const { someFunctionHandler } = require ( './handlers' ) ; const schema = require ( '../schemas' ) ; const ChainedFunction = new MiddlewareHandler ( ) . validate ( schema ) . use ( so
文件列表
azure-middleware-master.zip
(预估有个14文件)
azure-middleware-master
.eslintrc
9KB
.nsprc
63B
src
index.js
2KB
.travis.yml
115B
assets
logo.png
19KB
test
index.test.js
7KB
暂无评论