Internet Basics and HTML
GET /index.html HTTP1.0
is a
request, where GET
is the method 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. |
16 of 24