| Method | Description |
| GET | Client request to view a document |
| POST | Client data submission to a host through a web page |
| HEAD | Request for only a document header |
| PUT | Request to store a document at a URI |
| DELETE | Request to remove a document from a URI |
| LINK | Request to associate a header with a document |
| UNLINK | Removes the connection between a header and a document |
| OPTIONS | Request for information about the resources at a host server |
| TRACE | A debugging header. Compares a saved document with the same document transfered over the Web |