Volkan Özçelik · @volkan
35 followers · 1223 posts · Server z2h.dev
Volkan Özçelik · @volkan
22 followers · 965 posts · Server z2h.dev

HTTP PUT versus POST

The difference between POST and PUT is that PUT requests are idempotent. That is, calling the same PUT request multiple times will always produce the same result. In contrast, calling a POST request repeatedly have side effects of creating the same resource multiple times.

#rest #BestPractices #ApiDesign #tips

Last updated 2 years ago

Volkan Özçelik · @volkan
16 followers · 821 posts · Server z2h.dev