Comparing version 0.4.3 to 0.4.4
@@ -257,4 +257,2 @@ /* | ||
console.log(requestoptions); | ||
function requestResponse(res){ | ||
@@ -261,0 +259,0 @@ var ended = false; |
{ | ||
"name": "httpreq", | ||
"description": "node-httpreq is a node.js library to do HTTP(S) requests the easy way", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Sam Decrock", |
@@ -232,4 +232,6 @@ node-httpreq | ||
### Downloading a file directly to disk | ||
To download a file directly to disk, use the download methode provided. | ||
To download a file directly to disk, use the download method provided. | ||
Downloading is done using a stream, so the data is not stored in memory and directory saved to file. | ||
__Example__ | ||
@@ -236,0 +238,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
90931
310
720