HTTP Methods Flashcards
1
Q
GET
A
Get information from the server.
2
Q
POST
A
Post data to the server to create a new resource.
3
Q
PUT
A
Update an existing resource on the server
4
Q
DELETE
A
Remove a resource from the server
5
Q
PATCH
A
Partially update a resource on the server