Unit
ScHttp
type
TScRequestMethod = (rmGET, rmHEAD, rmOPTIONS, rmPOST, rmPUT, rmDELETE, rmTRACE, rmCONNECT, rmPATCH);
Description
The TScRequestMethod enumeration specifies the methods for the request using to contact the Internet resource by the TScHttpWebRequest class.
See also