http-middleware:http的中间件层

时间:2021-05-01 11:54:24
【文件属性】:
文件名称:http-middleware:http的中间件层
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-01 11:54:24
JavaScript http-中间件 http中间件层。 安装 $ npm install http-middleware 用法 const mw = require ( 'http-middleware' ) const http = require ( 'http' ) http . createServer ( ( req , res ) => { const fns = [ ( req , res ) => res . write ( 'oh yeah!' ) , ( req , res , next ) => { res . statusCode = 200 next ( ) } ] mw ( req , res , fns , res . end ) } ) . listen ( 1337 ) 原料药 mw(req,res,中间件[,
【文件预览】:
http-middleware-master
----test.js(2KB)
----.travis.yml(152B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(54B)
----index.js(778B)
----package.json(980B)

网友评论