Data.Cloud.CloudAPI.TCloudHTTP.Post
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 |
|---|---|
|
|
URL where the POST command is sent |
|
|
Source TStream for POST request |