# File lib/twitter/json_stream.rb, line 290
    def uri_base
      "http#{'s' if @options[:ssl]}://#{@options[:host]}"
    end