Comparing version 3.2.0-beta2 to 3.2.0-beta3
@@ -521,3 +521,3 @@ 'use strict'; | ||
for (let k in opts.headers) { | ||
uobj.headers[k] = headers[k]; | ||
uobj.headers[k] = opts.headers[k]; | ||
} | ||
@@ -524,0 +524,0 @@ } |
{ | ||
"name": "gohttp", | ||
"version": "3.2.0-beta2", | ||
"version": "3.2.0-beta3", | ||
"description": "http client for HTTP/1.1", | ||
@@ -5,0 +5,0 @@ "main": "gohttp.js", |
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
67399