Comparing version 2.1.0 to 2.1.1
@@ -157,3 +157,3 @@ 'use strict'; | ||
static async stream(url, options = {}) { | ||
options.method = 'GET'; | ||
options.method = options.method || 'GET'; | ||
options.raw = true; | ||
@@ -160,0 +160,0 @@ let http = await this.request(url, options); |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/dickeyxxx/http-call/issues", |
Sorry, the diff of this file is not supported yet
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
22001