0. Match the HTTP Request methods.
Method | Action | ||
(A) | GET | (i) | Requests information about a document but not the document itself |
(B) | POST | (ii) | Sends a document to the Server to be stored at a specific path as mentioned by the Client through Request URI |
(C) | PUT | (iii) | Requests a document from the server |
(D) | HEAD | (iv) | Sends some information to the server from the Client |