Me, The programmer
Just another WordPress.com site
Category Archives: Web
The difference between PUT and POST
Posted by on March 29, 2011
I have started learning Rails a couple months ago and, while learning it, I realized I didn’t remember the difference between an HTTP POST and a PUT. Summarizing it here: a POST is a very generic thing that just sends a bunch of content for a URI to handle. The URI might do whatever it [...]