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