oauthkermit
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -157,9 +157,21 @@ var querystring= require('querystring'), | ||
console.log('=====REQUETE====='); | ||
console.log('type'+http_library); | ||
console.log('host'+options["host"]); | ||
console.log('port'+options["port"]); | ||
console.log('path'+options["method"]); | ||
console.log('headers'+options["headers"]); | ||
console.log(''); | ||
try { | ||
console.log('type' + JSON.stringify(http_library)); | ||
} catch (ex) { | ||
} | ||
console.log('method : '+options["method"]); | ||
console.log('host : '+options["host"]); | ||
console.log('port : '+options["port"]); | ||
console.log('path : '+options["path"]); | ||
try { | ||
console.log('headers' + JSON.stringify(options["headers"])); | ||
} catch (ex) { | ||
} | ||
try { | ||
console.log('options : '+JSON.stringify(options)); | ||
} catch (ex) { | ||
} | ||
var request = http_library.request(options, function (response) { | ||
@@ -166,0 +178,0 @@ response.on("data", function (chunk) { |
{ | ||
"name": "oauthkermit", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "oauth for kermit infrastructure", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
144581
2554