> > I guess you should use PUT for the batch command (and encode the > > method within the command parameters). > > yeah but still how do arrays and hashes be encoded? The key and values are url > encoded - sure but how are values of type array encoded?
Oh, I guess easiest way would be to add the ability to post 'JSON' data (use application/json instead of application/x-www-form-urlencoded) see HTTPServer::extract_params() _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
