# File lib/couchrest/helper/streamer.rb, line 14
    def get(url, &block)
      open_pipe("curl #{default_curl_opts} \"#{url}\"", &block)
    end