Data.Cloud.AmazonAPI.TAmazonBasicService.BuildStringToSignPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BuildStringToSignPrefix(const HTTPVerb: string): string; override;

C++

virtual System::UnicodeString __fastcall BuildStringToSignPrefix(const System::UnicodeString HTTPVerb);

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonBasicService

Description

Builds the beginning part of the StringToSign.

BuildStringToSignPrefix overrides the base implementation, adding "ValueOfHostHeaderInLowercase" on a new line after the HTTP verb. The HTTPVerb parameter represents the HTTP verb of the request being made. The method returns the first portion of the StringToSign, which ends with a newline character.

See Also