Table of Contents

TTMSMCPCloudBaseRequestCurlParser.Parse Method

Parses the given curl command string and returns a configured TTMSMCPCloudBaseRequest.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBaseRequestCurlParser

Syntax

function Parse(ACurl: string): TTMSMCPCloudBaseRequest;

Parameters

Name Description
ACurl The curl command-line string to parse, including URL, headers, and body options.

Returns

A new TTMSMCPCloudBaseRequest populated from the curl arguments. The caller does not own the returned object.