GET method is used to retrieve data from the serverPOST method is used to create a new resource on the serverPUT method is used to replace or update an existing resourcePATCH method is used to partially update an existing resourceDELETE method is used to remove an existing resource from the server