WebData

Can be used to do requests to data located on the web.

Methods

bool get_completed( )

Returns bool : Whether the request that was given has completed yet.

bool get_error( )

Returns bool : Whether the request ended in an error.

string get_result( )

Returns string : The result data from the request.

string get_errorStr( )

Returns string : The error that was encountered.