Computer Science, asked by pandeyamitamit2299, 1 year ago

What is different between get and post method in rest api?

Answers

Answered by Anonymous
0
✔✔✔✔Ur answer✔✔✔✔✔




⭐⭐The PUT Method⭐⭐

✔✔PUT is used to send data to a server to create/update a resource.☺☺☺

✔✔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.☺☺☺
Similar questions