# File lib/protocols/httpcli2.rb, line 294
294:                 def get args
295:                         if args.is_a?(String)
296:                                 args = {:uri=>args}
297:                         end
298:                         args[:verb] = "GET"
299:                         request args
300:                 end