Table of Contents

TTMSMCPCloudBase.SimpleGETSyncAsString Method

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

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBase Inherited from: TTMSMCPCustomCloudBase

Syntax

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

Parameters

Name Description
AURL The URL to request.

Returns

The response body as a string.