UNPKG
egg-http-proxy
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
proxy middleware plugin for egg
github.com/chunkai1312/egg-http-proxy
chunkai1312/egg-http-proxy
egg-http-proxy
/
config
/
config.default.js
11 lines
(8 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
/** * egg-http-proxy default config *
@member
Config#httpProxy *
@property
{
String
}
SOME_KEY
- some description */
exports
.
httpProxy
= { };