AUTO1 Group Interview Question

What is the difference between http GET and PUT?

Interview Answer

Anonymous

Jan 21, 2020

GET is to get the resources PUT is to update

1