Skip to content

Instantly share code, notes, and snippets.

@watilde
Created February 19, 2019 15:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save watilde/98027cd69ff101f9862f87906f5007c5 to your computer and use it in GitHub Desktop.
Save watilde/98027cd69ff101f9862f87906f5007c5 to your computer and use it in GitHub Desktop.
const request = require('request')
request
.get('http://google.com/?foo=(bar)')
.on('response', (response) => {
console.log(response.statusCode) // => 200
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment