# File lib/em/protocols/httpclient2.rb, line 266
266:       def post args
267:         if args.is_a?(String)
268:           args = {:uri=>args}
269:         end
270:         args[:verb] = "POST"
271:         request args
272:       end