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