Internet Direct (Indy) Version 9.0.1 Beta
TIdHTTPMethod
Represents the HTTP Method for a request.

TIdHTTPMethod = (hmHead, hmGet, hmPost, hmOptions, hmTrace, hmPut, hmDelete);
Description
TIdHTTPMethod is an enumerated type used to represent the HTTP method for a request. TIdHTTPMethod can be one of the following values:

TIdHTTPMethod is used by TIdHTTP in the DoRequest method.