koa-proxies:koa@2.x代理中间件

时间:2021-02-03 14:47:05
【文件属性】:
文件名称:koa-proxies:koa@2.x代理中间件
文件大小:12KB
文件格式:ZIP
更新时间:2021-02-03 14:47:05
koa proxy koa-middleware koa2 node-http-proxy Koa代理 middlware HTTP代理 由提供支持。 安装 $ npm install koa-proxies --save 选件 http-proxy活动 options . events = { error ( err , req , res ) { } , proxyReq ( proxyReq , req , res ) { } , proxyRes ( proxyRes , req , res ) { } } 日志选项 // enable log options . logs = true ; // or false // custom log function options . logs = ( ctx , target ) { console . log ( '%s - %s %s proxy to -> %s' , new Date ( ) . toISOString ( ) , ctx . req . method , ctx . req . oldPath , new URL ( ctx . req . url , target ) )
【文件预览】:
koa-proxies-master
----commitlint.config.js(68B)
----.vscode()
--------launch.json(606B)
--------settings.json(27B)
----.circleci()
--------config.yml(1020B)
----.eslintrc.yml(73B)
----.npmignore(152B)
----examples()
--------server.js(2KB)
--------statics()
--------.npmrc(19B)
--------package.json(346B)
----.travis.yml(345B)
----LICENSE(1KB)
----test()
--------test.js(5KB)
--------util.js(320B)
----index.d.ts(393B)
----.npmrc(19B)
----.editorconfig(207B)
----.gitignore(501B)
----_config.yml(27B)
----index.js(2KB)
----readme.md(2KB)
----CHANGELOG.md(38B)
----package.json(2KB)

网友评论