A brief desciption of HTTP/1.1 verbs/methods
HTTP/1.1 verbs/methods
GET The GET method returns the contents of a resource that is on the server. The resource can be items such as an html page or the product of a data generating process such as a script. There is a variation of GET where you can get a section of the request if you [...]