Are you searching for what are request methods in HTTP, then this is for you, as I am going to share list of request methods in HTTP.
Request methods in HTTP.
GET- It is used to send data in url.
HEAD- It only transfers status line and header section as a request.
POST- It is used to send data to the server.
PUT- It is used to send entire updated data to the server. DELETE. Delete method sends a request to the server to perform delete operation.
CONNECT- It is used to establish connection to the server.
OPTIONS- Option method describes communication options for target resource.
TRACE- It performs message loop-back test along the path to the target resource.
What is request method in http?
HTTP defines a set of request methods to indicate the desired action to be performed for a given resource. Although they can also be nouns, these request methods are sometimes referred as HTTP verbs.
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.
We use cookies to ensure that we give you the best experience and use cookies in order to personalize the advertising that you see on our website. Read more about our Privacy Policy.Got it!