Table of Contents

TTMSFNCCloudBaseRequestCurlParser.Parse Method

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

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudBaseRequestCurlParser

Syntax

function Parse(ACurl: string): TTMSFNCCloudBaseRequest;

Parameters

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

Returns

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