gonzalocasas / node-proxy-middleware

proxy as middleware
MIT License
146 stars 65 forks source link

adding support for string only parameter #39

Closed jriewerts closed 9 years ago

jriewerts commented 9 years ago

This enables configuration based middleware to use your great library easier. An example would be a kraken.js application where meddleware.js is used. An example config using meddleware would be...

"apiProxy": {
    "enabled": true,
    "route": "/api",
    "module": {
        "name": "proxy-middleware",
        "arguments": [ "http://jsontest.com" ]
    }
}
wavded commented 9 years ago

+1

andrewrk commented 9 years ago

cool, released in 0.13.0