Table of Contents

THttpClient.Get Method

Sends a GET request to the specified URI and returns the response.

Syntax

Unit: Sparkle.Http.Client

function THttpClient.Get(const AUri: string): THttpResponse;

Parameters

<-> Parameter Type Description
const AUri string The target URI of the request.

Returns

The THttpResponse received; the caller owns and must free it.

See also