GetHTTPResponseReady

Description

Returns 1 if the request previously sent with SendHTTPRequestASync has completed. You can get the response with GetHTTPResponse. Returns 0 if the request is still in progress, or -1 if the request failed.

Definition

integer GetHTTPResponseReady( iHTTP )

Parameters