文件名称:koa-proxy-pass:一种轻量级,无依赖性的koajs代理中间件,类似于nginx的proxy_pass
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-26 19:51:43
proxy koajs koa-proxy-pass JavaScript
koa-proxy-pass 轻巧,无依赖性的koajs代理中间件,类似于nginx的proxy_pass。 安装 $ npm install @junyiz/koa-proxy-pass -S 用法 当您请求,它将获取并返回。 const Koa = require ( 'koa' ) ; const proxyPass = require ( 'koa-proxy-pass' ) ; const app = new Koa ( ) ; app . use ( proxyPass ( { host : 'https://github.com' } ) ) ; app . listen ( 8090 ) ; 您可以使用RegExp代理指定的路径。 const Koa = require ( 'koa' ) ; const proxyPass = require ( './koa
【文件预览】:
koa-proxy-pass-master
----.gitignore(82B)
----README.md(2KB)
----test()
--------index.js(4KB)
----package.json(566B)
----index.js(2KB)
----.travis.yml(498B)
----proxy.js(2KB)