Skip to content

Instantly share code, notes, and snippets.

@SET001
Created January 15, 2015 18:28
Show Gist options
  • Save SET001/5d33b4a20013f2677d87 to your computer and use it in GitHub Desktop.
Save SET001/5d33b4a20013f2677d87 to your computer and use it in GitHub Desktop.
http.get path, (response) ->
s = ''
response.on 'data', (chunk) ->
s += chunk
response.on 'end', ->
console.log s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment