# File lib/protocols/httpcli2.rb, line 302
302:                 def post args
303:                         if args.is_a?(String)
304:                                 args = {:uri=>args}
305:                         end
306:                         args[:verb] = "POST"
307:                         request args
308:                 end