ã¡ã¢ã # GET $ curl http://localhost:3000/users.xml $ curl http://localhost:3000/users/3.xml # POST $ curl http://localhost:3000/users -X POST -d "user[name]=postman" -d "user[age]=19" # PUT $ curl http://localhost:3000/users/4 -X PUT -d "user[name]=putman" -d "user[age]=20" # DELETE $ curl http://localhost:3000/users/5 -X DELETE POSTãPUTã®ãã¼ã¿ã«XMLã渡ãã«ã¯ã©ãããããããã ã£ãï¼æãã£ãè¨æ¶ããããã ãã©ãªãã 追è¨ï¼XMLãã¼ã¿ã®æ¸¡ãæ¹ http://
{{#tags}}- {{label}}
{{/tags}}