Comparing version 0.0.18 to 0.0.19
18
index.js
@@ -21,2 +21,20 @@ /** | ||
this.stringify = function () { | ||
return [ | ||
this.method, | ||
' ' , | ||
'http', | ||
this.secured ? 's' : '', | ||
'://', | ||
this.host, | ||
':', | ||
this.port, | ||
this.path, | ||
'\n', | ||
this.data, | ||
'\n', | ||
this.headers | ||
].join(''); | ||
}; | ||
this.to = function (host, port, path) { | ||
@@ -23,0 +41,0 @@ this.path = path; |
{ | ||
"name": "cuddle", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
8833
245