TIdHTTPMethod is an enumerated type used to represent the HTTP method for a request. TIdHTTPMethod can be one of the following values:
- hmHead - Request for Headers for the resource.
- hmGet - Request to Get the content for the resource.
- hmPost - Request to Post headers and data to a resource.
- hmOptions - Request for communication Options supported by the server or resource.
- hmTrace - Request for remote application-layer testing and diagnostic messages.
- hmPut - Request to creater or replace a resource.
- hmDelete - Request to Delete a server resource.
- hmConnect - Request for connection to a proxy server.