Data.Cloud.CloudAPI.TCloudHTTP.Post

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Post(AURL: string; Source: TStream): string;

C++

System::UnicodeString __fastcall Post(System::UnicodeString AURL, System::Classes::TStream* Source);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP

Description

Sends a POST command request.

Post returns the response stream in string form.

The following table shows the significance of the parameters:

Parameter Description

AURL

URL where the POST command is sent

Source

Source TStream for POST request


See Also