express-http-proxy
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "express-http-proxy", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "http proxy middleware for express", | ||
@@ -41,16 +41,15 @@ "main": "index.js", | ||
"name": "Wei Gao", | ||
"email": "jky239@gmail.com", | ||
"url": "https://github.com/villadora" | ||
"email": "jky239@gmail.com" | ||
}, | ||
{ | ||
"name": "Jérémy Lal", | ||
"email": "kapouer@melix.org", | ||
"url": "https://github.com/kapouer" | ||
"name": "Liam Bennett" | ||
}, | ||
{ | ||
"name": "Saulius Menkevičius", | ||
"email": null, | ||
"url": "https://github.com/razzmatazz" | ||
"name": "Saulius Menkevičius" | ||
}, | ||
{ | ||
"name": "Jérémy Lal", | ||
"email": "kapouer@melix.org" | ||
} | ||
] | ||
} |
@@ -56,3 +56,3 @@ # express-http-proxy [![NPM version](https://badge.fury.io/js/express-http-proxy.svg)](http://badge.fury.io/js/express-http-proxy) [![Build Status](https://travis-ci.org/villadora/express-http-proxy.svg?branch=master)](https://travis-ci.org/villadora/express-http-proxy) [![Dependency Status](https://gemnasium.com/villadora/express-http-proxy.svg)](https://gemnasium.com/villadora/express-http-proxy) | ||
req.headers['Content-Type'] = ''; | ||
req.method = 'GET"; | ||
req.method = 'GET'; | ||
req.bodyContent = wrap(req.bodyContent); | ||
@@ -59,0 +59,0 @@ return req; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11746
8