What is different between get and post method in rest api?
Answers
Answered by
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.☺☺☺
⭐⭐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