# File lib/protocols/httpcli2.rb, line 283
283:                 def post args
284:                         if args.is_a?(String)
285:                                 args = {:uri=>args}
286:                         end
287:                         args[:verb] = "POST"
288:                         request args
289:                 end