# File lib/em/protocols/httpclient2.rb, line 265
      def get args
        if args.is_a?(String)
          args = {:uri=>args}
        end
        args[:verb] = "GET"
        request args
      end