github chimurai/http-proxy-middleware v0.13.0

latest releases: v3.0.5, v2.0.9, v3.0.4...
9 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.