| HEAD | The server sends the header only, Data aren't sent. It can be useful to request information about a document. |
| PUT | Ask the server to put the sent document to the indicated address |
| DELETE | ask the server to delete the document which is at the indicated address |
| OPTIONS | ask for informations about the server |
| TRACE | ask to resend the request body unchanged, useful for debugging |