# File lib/em/protocols/httpclient2.rb, line 274
274:       def post args
275:         if args.is_a?(String)
276:           args = {:uri=>args}
277:         end
278:         args[:verb] = "POST"
279:         request args
280:       end