THTTPClientMethod Enumeration

Represents type THTTPClientMethod.

Namespace: flcHTTPClient
type
 THTTPClientMethod = (
 cmGET,
 cmPOST,
 cmCustom);

The THTTPClientMethod type exposes the following members.

Show:
 NameDescription
cmCustom

Represents constant cmCustom.

cmGET

Represents constant cmGET.

cmPOST

Represents constant cmPOST.

Top