An open API service indexing awesome lists of open source software.

https://github.com/weibozzz/koa2-proxy

koa2绕过代理
https://github.com/weibozzz/koa2-proxy

Last synced: about 2 months ago
JSON representation

koa2绕过代理

Awesome Lists containing this project

README

        

# koa2-proxy
一个koa2中间件解决跨域的问题
# Koa Proxies
一定要全局安装(koa1.2和koa2都己经支持),
koa1.2 生成一个test项目,切到test目录并下载依赖
koa2 生成一个test项目,切到test目录并下载依赖
```bash
npm install koa-generator -g
koa test && cd test && npm install
koa2 test && cd test && npm install
```