Internet Basics and HTML

HTTP Request Methods

GET URI Retrieve information pointed to by URI.
HEAD URI Identical to GET but server must not return a message body.
POST URI data Request that the server accept the following data as a subordinate of the resource pointed to by URI.
PUT URI data Replace the data pointed to by URI with the following data
DELETE URI Delete the data pointed to by URI.

José M. Vidal .

16 of 24