npm http-proxy-middleware 0.13.0
v0.13.0

latest releases: 3.0.1-beta.0, 3.0.0, 3.0.0-beta.1...
8 years ago

v0.12.0...v0.13.0

  • feat(context): custom context matcher; when simple path matching is not sufficient. #59

Example:

var filter = function (path, req) {
    return (path.match('^/api') && req.method === 'GET');
};

var apiProxy = proxyMiddleware(filter, {target: 'http://www.example.org'});

Don't miss a new http-proxy-middleware release

NewReleases is sending notifications on new releases.