Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "bhttp", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A sane HTTP client library for Node.js with Streams2 support.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -120,5 +120,5 @@ # bhttp | ||
Promise.try(function(){ | ||
session.get("http://hypotheticalsite.com/cookietest"); // Assume that this site now sets a cookie | ||
return session.get("http://hypotheticalsite.com/cookietest"); // Assume that this site now sets a cookie | ||
}).then(function(response){ | ||
session.get("http://hypotheticalsite.com/other-endpoint"); // This now sends along the cookie! | ||
return session.get("http://hypotheticalsite.com/other-endpoint"); // This now sends along the cookie! | ||
}); | ||
@@ -125,0 +125,0 @@ ``` |
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
3133255