-
Which of the following is not the request method?
-
- Put
- Head
- Get
- Remove
- None of these
Correct Option: D
There are various request methods on the resource identified by Request-URI. Get, post, head, delete, trace, connect, put and options are some of the methods. For retrieving information from the server we use Get method.