# File lib/em-twitter/proxy.rb, line 13
      def header
        ["#{@user}:#{@password}"].pack('m').delete("\r\n") if credentials?
      end