2.0.3 • Published 6 years ago

uba-server-proxy v2.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

uba-server-proxy

npm version devDependency Status NPM downloads


NPM

Installation

$ npm install uba-server-proxy -D

Usage

Edit the .ubarc file

{
  "proxy": [{
    "url": "/api",
    "options": {
      "target": "http://cnodejs.org",
      "changeOrigin": true,
      "logLevel": "debug"
    }
  }, {
    "url": ["/users", "/orgs"],
    "options": {
      "target": "https://api.github.com",
      "changeOrigin": true,
      "logLevel": "debug"
    }
  }]
}

Look at more https://www.npmjs.com/package/http-proxy-middleware#options

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago