SendHTTPRequestASync

Description

Send a request to the server specified in SetHTTPHost, for example if requesting http: www.thegamecreators.com/index.php szServerFile should be "index.php".

This command returns immediately and waits for the server to reply in the background. You can check the status of the reply with GetHTTPResponseReady and when it is ready retrieve the response with GetHTTPResponse.

Definition

integer SendHTTPRequestASync( iHTTP, szServerFile )

integer SendHTTPRequestASync( iHTTP, szServerFile, szPostData )

Parameters