Created
October 24, 2012 15:05
-
-
Save pankajkgarg/3946623 to your computer and use it in GitHub Desktop.
Unhandled parse error in mikeal/request library for node.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var request = require("request"); | |
var r = request.head("http://peyvandha.ir", function(error, res, body){ | |
if(!error){ | |
console.log('STATUS: ' + res.statusCode); | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment