The Washington Post: Your washing machine can clean a lot more than clothes
Laundry often isn’t what comes to mind when we think of spring cleaning, but it should be — washing machines are deep-cleaning powerhouses that can be used for so much more than just those weekly ...
Better is to choose between PUT and POST based on idempotence of the action. PUT implies putting a resource - completely replacing whatever is available at the given URL with a different thing. By definition, a PUT is idempotent. Do it as many times as you like, and the result is the same. x=5 is idempotent. You can PUT a resource whether it previously exists, or not (eg, to Create, or to ...