Data.Cloud.CloudAPI.TCloudService.GetHTTPRequestURI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHTTPRequestURI(const URL: string): string; virtual;

C++

virtual System::UnicodeString __fastcall GetHTTPRequestURI(const System::UnicodeString URL);

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

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.

See Also