A koa2 http-proxy-middleware.. Latest version: 0.1.0, last published: 7 years ago. Start using koa-server-http-proxy in your project by running `npm i koa-server-http-proxy`. There are 18 other projects in the npm registry using koa-server-http-proxy.
koa介绍 网址:koa.bootcss.com koa是express原班人马打造的轻量、健壮、富有表现力的nodejs框架。目前koa有koa1和koa2两个版本;koa2依赖Node.js 7.6.0或者 更高版本;koa不在内核方法中绑定任何中间件,它仅仅是一个轻量级的函数库,几乎所有功能都必须通过第三方插件来实现。 koa安装 npm init -y创建package.jso...
koa-http-proxy-server koa2 http-proxy-middleware fixed bodyParser preposition Installatiion $ npm install koa-http-proxy-server --save Example example with koa server // include dependenciesconstKoa=require('koa')const{createProxyMiddleware}=require('koa-http-proxy-server');// proxy middleware ...
A koa-http-proxy-middleware. Contribute to eugeneCN/koa-server-http-proxy development by creating an account on GitHub.