oniyi-http-client
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "oniyi-http-client", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Adding a plugin interface to \"request\" that allows modifications of request parameters and response data", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/benkroeger/oniyi-http-client#readme", |
@@ -53,3 +53,3 @@ 'use strict'; | ||
// retrieve cookies from jar asynchronously | ||
cookieJar.getCookieString(options.uri.href, (err, cookieString) => { | ||
cookieJar.getCookieString(options.uri, (err, cookieString) => { | ||
if (err) { | ||
@@ -56,0 +56,0 @@ next(err); |
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
57271