ghttpGetURL
Used to obtain the URL associated with a request.
- const char * ghttpGetURL(
- GHTTPRequest request );
Routine | Required Header | Distribution |
---|---|---|
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