TTMSFNCCloudBase.SimpleGETSyncAsString Method
Sends a synchronous HTTP GET request and returns the response body as a string.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBase
Inherited from: TTMSFNCCustomCloudBase
Syntax
class function SimpleGETSyncAsString(const AURL: string): string;
Parameters
| Name | Description |
|---|---|
AURL |
The URL to request. |
Returns
The response body as a string.