Data.Cloud.CloudAPI.TCloudService.GetHTTPRequestURI
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudService |
Delphi
function GetHTTPRequestURI(const URL: string): string; virtual;
C++
virtual System::UnicodeString __fastcall GetHTTPRequestURI(const System::UnicodeString URL);
Description
Takes in a URL and uses it to parse the HTTPRequestURI for a StringToSign.
GetHTTPRequestURI returns the HTTPRequestURI for use in a StringToSign.
By default, the value returned is the part after the host name, up until the beginning of the query parameters. By default, GetHTTPRequestURI returns, at minimum, a forward slash character.
The URL
represents the URL of the request.