test-https-stream.coffee 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 bhttp = require "./" Promise = require "bluebird" Promise.try -> bhttp.get "https://google.com/" .then (response) -> console.log "Got response", response