Hacker News new | ask | show | jobs
by nokya 907 days ago
"The PUT method is used to update a resource on the server. It is idempotent because sending the same request multiple times will result in the same resource state as if the request had only been sent once."

That's where I stopped reading.