Data.Cloud.CloudAPI.TCloudService.BuildStringToSignHeaders
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudService |
Delphi
function BuildStringToSignHeaders(Headers: TStringList): string; virtual;
C++
virtual System::UnicodeString __fastcall BuildStringToSignHeaders(System::Classes::TStringList* Headers);
Description
Builds the header part of the StringToSign value.
BuildStringToSignHeaders includes both the required and optional headers, and ends with a newline character into the header part of the StringToSign value.
The Headers
parameter represents the list of headers in the request. You can also set this parameter to nil.
BuildStringToSignHeaders returns the headers portion of the StringToSign.