ghttpGetURL

GameSpy SDK

ghttpGetURL

Used to obtain the URL associated with a request.

const char * ghttpGetURL(
GHTTPRequest request );
RoutineRequired HeaderDistribution
ghttpGetURL<ghttp.h>SDKZIP

Return Value

The URL associated with the request.

Parameters

request
[in] A valid request object

Remarks

If the request has been redirected, this function will return the new URL, not the original URL.

Section Reference: Gamespy HTTP SDK