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