# File lib/protocols/httpcli2.rb, line 275
275:                 def get args
276:                         if args.is_a?(String)
277:                                 args = {:uri=>args}
278:                         end
279:                         args[:verb] = "GET"
280:                         request args
281:                 end