Which of the following statements is/are correct regarding Http request methods?
1
The GET method requests information about a document from a resource.
2
The POST method sends some information to the server from the client.
3
The PUT method also used to request some information regarding the document.
4
Head method does not have a response body.