TIdHTTPMethod = (hmHead, hmGet, hmPost, hmOptions, hmTrace, hmPut, hmDelete, hmConnect);
TIdHTTPMethod is used by TIdHTTP in the DoRequest method, and is the type used to represent the TIdHTTPRequest.Method property.