HTTP defines a set of request methods to perform the desired actions. These request methods are:
GET: The GET method asked for the representation of the specified resource. This request was used to retrieve the data.
POST: The POST technique is utilized to present an element to the predetermined resource, generally causing a change in state or reactions on the server.
HEAD: The HEAD method is similar to the GET method but asks for the response without the response body.
PUT: This method is used to substitute all current representations with the payload.
DELETE: It is used to delete the predetermined resource.
CONNECT: This request is used to settle the TCP/IP tunnel to the server by the target resource
OPTION: This method is used to give back the HTTP strategies to communicate with the target resource.
TRACE: This method echoes the message which tells the customer how many progressions have been made by an intermediate server.
PATCH: The PATCH method gives partial modifications to a resource.
0 Comments