GetHTTPResponse

Description

Returns the reply from the server from a previous sent SendHTTPRequestASync request. You must wait for GetHTTPResponseReady to return 1 before calling this command. In tier 2 you must delete the returned string with agk::DeleteString when you are done using it. Tier 2 has the additional command GetHTTPResponseReadyC which returns a const char that does not need deleting.

Definition

string GetHTTPResponse( iHTTP )

Parameters