Table of Contents

TTMSFNCCustomCloudBase.SimpleGETSyncAsString Method

Sends a synchronous HTTP GET request and returns the response body as a string.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCustomCloudBase

Syntax

class function SimpleGETSyncAsString(const AURL: string): string;

Parameters

Name Description
AURL The URL to request.

Returns

The response body as a string.